Skip to content

Commit d0594be

Browse files
committed
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 <[email protected]>
1 parent 8da1e21 commit d0594be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,14 @@ check-docs::
14121412
documented,gitmodules | \
14131413
documented,gitcli | \
14141414
documented,git-tools | \
1415+
documented,gitcore-tutorial | \
1416+
documented,gitcvs-migration | \
1417+
documented,gitdiffcore | \
1418+
documented,gitglossary | \
1419+
documented,githooks | \
1420+
documented,gitrepository-layout | \
1421+
documented,gittutorial | \
1422+
documented,gittutorial-2 | \
14151423
sentinel,not,matching,is,ok ) continue ;; \
14161424
esac; \
14171425
case " $(ALL_PROGRAMS) $(BUILT_INS) git gitk " in \

0 commit comments

Comments
 (0)