summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cdcb0ed)
raw | patch | inline | side by side (parent: cdcb0ed)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 30 Aug 2005 06:09:22 +0000 (23:09 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 30 Aug 2005 06:09:22 +0000 (23:09 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/Makefile | patch | blob | history |
diff --git a/Documentation/Makefile b/Documentation/Makefile
index cc891748602e63eb133584a68370bbc1697e7b51..aba35d7d533f678088425a85de675e68359497f8 100644 (file)
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
DOC_HTML += glossary.html
DOC_HTML += tutorial.html
DOC_HTML += howto-index.html
+DOC_HTML += howto/revert-branch-rebase.html
+
DOC_MAN1=$(patsubst %.txt,%.1,$(MAN1_TXT))
DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT))
WEBDOC_DEST = /pub/software/scm/git/docs
-DOC_HTML += howto/revert-branch-rebase.html
-
$(patsubst %.txt,%.html,$(wildcard howto/*.txt)): %.html : %.txt
rm -f $@+ $@
sed -e '1,/^$$/d' $? | asciidoc -b xhtml11 - >$@+