Browse Source

Makefile: update check-docs target

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>
maint
Junio C Hamano 17 years ago
parent
commit
d0594be162
  1. 8
      Makefile

8
Makefile

@ -1412,6 +1412,14 @@ check-docs::
documented,gitmodules | \ documented,gitmodules | \
documented,gitcli | \ documented,gitcli | \
documented,git-tools | \ 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 ;; \ sentinel,not,matching,is,ok ) continue ;; \
esac; \ esac; \
case " $(ALL_PROGRAMS) $(BUILT_INS) git gitk " in \ case " $(ALL_PROGRAMS) $(BUILT_INS) git gitk " in \

Loading…
Cancel
Save