diff options
author | Thomas Rast <trast@student.ethz.ch> | 2008-10-19 17:20:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-10-19 14:27:59 -0700 |
commit | f948dd899210e5a51cd716245affb7c121bf8791 (patch) | |
tree | 1f5f56ee542b6d699b106262a937a3128efcdbbb /Documentation/Makefile | |
parent | 97c33c658365e0467e931bb8fed67d4f2a8d26f1 (diff) | |
download | git-f948dd899210e5a51cd716245affb7c121bf8791.tar.gz git-f948dd899210e5a51cd716245affb7c121bf8791.tar.xz |
Documentation: add manpage about workflows
This attempts to make a manpage about workflows that is both handy to
point people at it and as a beginner's introduction.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index ded0e40b9..e33ddcb25 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -6,7 +6,7 @@ MAN5_TXT=gitattributes.txt gitignore.txt gitmodules.txt githooks.txt \ gitrepository-layout.txt MAN7_TXT=gitcli.txt gittutorial.txt gittutorial-2.txt \ gitcvs-migration.txt gitcore-tutorial.txt gitglossary.txt \ - gitdiffcore.txt + gitdiffcore.txt gitworkflows.txt MAN_TXT = $(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT) MAN_XML=$(patsubst %.txt,%.xml,$(MAN_TXT)) |