Skip to content

Commit

Permalink
Merge branch 'ta/format-user-manual-as-an-article'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Jan 10, 2014
2 parents 30159e5 + 145e073 commit 2b28497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Documentation/user-manual.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Git User Manual
_______________
===============

Git is a fast distributed revision control system.

Expand Down

0 comments on commit 2b28497

Please sign in to comment.