diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-08-30 01:10:10 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-08-30 01:10:10 -0700 |
| commit | b758087a02ebf310cd3c97e7efa77794be8ef410 (patch) | |
| tree | a543e2a458292f28da994f536e555ed9cbba1efe /Documentation | |
| parent | 1a965f3363ec03e608560d6ada18159a7721310f (diff) | |
| parent | 61f01a5b773915402da37a34e706db56fe90b776 (diff) | |
| download | git-b758087a02ebf310cd3c97e7efa77794be8ef410.tar.xz | |
Merge refs/heads/master from .
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index cc89174860..aba35d7d53 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 - >$@+ |
