]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: extract script to generate gitweb.js
authorPatrick Steinhardt <ps@pks.im>
Fri, 6 Dec 2024 13:24:48 +0000 (14:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2024 22:52:11 +0000 (07:52 +0900)
commit19d8fe7da650970e5c18681f98d258fd924ecf9b
tree1c8099f4010092f3e18205cf2312a77041c8f9cd
parentd2507bbbf4cec59fc002ca8e59e03155836d5005
Makefile: extract script to generate gitweb.js

Similar to the preceding commit, also extract the script to generate the
"gitweb.js" file. While the logic itself is trivial, it helps us avoid
duplication of logic across build systems and ensures that the build
systems will remain in sync with each other in case the logic ever needs
to change.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/Makefile
gitweb/generate-gitweb-js.sh [new file with mode: 0755]