summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-30 06:09:22 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-30 06:09:22 (GMT)
commit789d577412f6b470fca990ecf770b28570556df8 (patch)
tree03485e96a847bd34c20434383a228e227ed55ab4 /Documentation/Makefile
parentcdcb0ed411021cf8a8db047667e5ae18c4378ec0 (diff)
downloadgit-789d577412f6b470fca990ecf770b28570556df8.zip
git-789d577412f6b470fca990ecf770b28570556df8.tar.gz
git-789d577412f6b470fca990ecf770b28570556df8.tar.bz2
Make sure howto/*.html is built as well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index cc89174..aba35d7 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -5,6 +5,8 @@ DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))
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))
@@ -74,8 +76,6 @@ howto-index.html: howto-index.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 - >$@+