Skip to content

Commit 41c1709

Browse files
peffgitster
authored andcommitted
check-docs: mention gitweb specially
Like gitk, gitweb is not listed in the usual Makefile variables and must be fed to check-docs specially. Otherwise check-docs thinks it is documented but removed. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fa0aad4 commit 41c1709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,7 @@ endif
28052805
### Check documentation
28062806
#
28072807
check-docs::
2808-
@(for v in $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk; \
2808+
@(for v in $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk gitweb; \
28092809
do \
28102810
case "$$v" in \
28112811
git-merge-octopus | git-merge-ours | git-merge-recursive | \
@@ -2855,7 +2855,7 @@ check-docs::
28552855
documented,gitworkflows | \
28562856
sentinel,not,matching,is,ok ) continue ;; \
28572857
esac; \
2858-
case " $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk " in \
2858+
case " $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk gitweb " in \
28592859
*" $$cmd "*) ;; \
28602860
*) echo "removed but $$how: $$cmd" ;; \
28612861
esac; \

0 commit comments

Comments
 (0)