]> Lady’s Gitweb - Gitweb/commit
gitweb/Makefile: include in top-level Makefile
authorÆvar Arnfjörð Bjarmason <redacted>
Tue, 28 Jun 2022 10:16:00 +0000 (12:16 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:33 +0000 (00:51 -0400)
commit8340d73727ba0fc4dfbece56f49a150bab1f6f9f59809b27c80423d433c019ca
tree8f61aad3727b3a80849f9d8b5c80570a621324c1f0555d8680317339877f47a2
parentb1c733287a5587c5403f2a646bc834133d9025f918374e08b6c337775de0b6c1
gitweb/Makefile: include in top-level Makefile

Include the gitweb/Makefile in the top-level Makefile rather than
calling it as a sub-Makefile. As noted in the thread starting at at
[1] (in particular [2]) we'll pay a high cost on NOOP runs of "make"
just to figure out that we have nothing to do for "make gitweb".

The "gitweb" script also isn't maintained out-of-tree, unlike
"gitk-git" or "git-gui", which both have their own "Makefile". Other
parts of it are already integrated into our main Makefiles, e.g. the
documentation is built by Documentation/Makefile since
07ea4df2780 (gitweb: Add gitweb(1) manpage for gitweb itself,
2011-10-16).

1. https://lore.kernel.org/git/20220525205651.825669-1-szeder.dev@gmail.com/
2. https://lore.kernel.org/git/220526.86k0a96sv2.gmgdl@evledraar.gmail.com/

Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
This page took 0.20867 seconds and 5 git commands to generate.