diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-01-10 10:33:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-10 10:33:43 -0800 |
commit | 2b2849765f2a0c712e5539badfcbf8ec0639ebec (patch) | |
tree | da884d63bb005adba43b74529744b51b6ebd903e /Documentation/Makefile | |
parent | Merge branch 'rr/completion-branch-config' (diff) | |
parent | user-manual: improve html and pdf formatting (diff) | |
download | tgif-2b2849765f2a0c712e5539badfcbf8ec0639ebec.tar.xz |
Merge branch 'ta/format-user-manual-as-an-article'
Update the way the user-manual is formatted via AsciiDoc to save
trees.
* ta/format-user-manual-as-an-article:
user-manual: improve html and pdf formatting
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 91a12c7e51..36c58fc646 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -324,7 +324,7 @@ manpage-base-url.xsl: manpage-base-url.xsl.in user-manual.xml: user-manual.txt user-manual.conf $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \ - $(ASCIIDOC) $(ASCIIDOC_EXTRA) -b docbook -d book -o $@+ $< && \ + $(ASCIIDOC) $(ASCIIDOC_EXTRA) -b docbook -d article -o $@+ $< && \ mv $@+ $@ technical/api-index.txt: technical/api-index-skel.txt \ |