X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FMakefile;h=304b31edee2e5c4e998c48cc571c66e8264cc581;hb=7d883c70a3c0eda163eb452651d5bc4c4c885e34;hp=5a340fd492b41f183978ee273f64b01aedebddd4;hpb=c9de921848061db9316fe8dc2ebff4bcadf8117f;p=git.git diff --git a/Documentation/Makefile b/Documentation/Makefile index 5a340fd49..304b31ede 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,9 +1,9 @@ MAN1_TXT= \ $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \ $(wildcard git-*.txt)) \ - gitk.txt git.txt + gitk.txt gitweb.txt git.txt MAN5_TXT=gitattributes.txt gitignore.txt gitmodules.txt githooks.txt \ - gitrepository-layout.txt + gitrepository-layout.txt gitweb.conf.txt MAN7_TXT=gitcli.txt gittutorial.txt gittutorial-2.txt \ gitcvs-migration.txt gitcore-tutorial.txt gitglossary.txt \ gitdiffcore.txt gitnamespaces.txt gitrevisions.txt gitworkflows.txt