check-docs: list git-gui as a command
[gitweb.git] / Makefile
index 6ae868d7645878ce84cf72e93cbbe2b363cb32a6..4b3c36600c5773d760924ce66b4b492fc1a2178c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2808,6 +2808,7 @@ ALL_COMMANDS = $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS)
 ALL_COMMANDS += git
 ALL_COMMANDS += gitk
 ALL_COMMANDS += gitweb
+ALL_COMMANDS += git-gui git-citool
 check-docs::
        @(for v in $(ALL_COMMANDS); \
        do \
@@ -2837,8 +2838,6 @@ check-docs::
        ) | while read how cmd; \
        do \
                case "$$how,$$cmd" in \
-               *,git-citool | \
-               *,git-gui | \
                *,git-help | \
                documented,gitattributes | \
                documented,gitignore | \