Makefile: update check-docs target
authorJunio C Hamano <gitster@pobox.com>
Sun, 15 Jun 2008 20:43:32 +0000 (13:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Jun 2008 20:43:32 +0000 (13:43 -0700)
Earlier series to rename documentation pages around did not update this
target and left check-docs broken. This should fix it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
index 06ebebe4b57d48b1ecb88123bdf0d214ecd303a8..b003e3e60a1aecae27497d941d211849bedec02b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1412,6 +1412,14 @@ check-docs::
                documented,gitmodules | \
                documented,gitcli | \
                documented,git-tools | \
+               documented,gitcore-tutorial | \
+               documented,gitcvs-migration | \
+               documented,gitdiffcore | \
+               documented,gitglossary | \
+               documented,githooks | \
+               documented,gitrepository-layout | \
+               documented,gittutorial | \
+               documented,gittutorial-2 | \
                sentinel,not,matching,is,ok ) continue ;; \
                esac; \
                case " $(ALL_PROGRAMS) $(BUILT_INS) git gitk " in \