mirror of
https://github.com/git/git.git
synced 2025-03-19 17:08:37 +00:00
Make sure howto/*.html is built as well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
cdcb0ed411
commit
789d577412
@ -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 - >$@+
|
||||
|
Loading…
x
Reference in New Issue
Block a user