1
0
mirror of https://github.com/git/git.git synced 2024-10-21 09:18:12 +02:00

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
This commit is contained in:
Junio C Hamano 2014-01-10 10:33:43 -08:00
commit 2b2849765f
2 changed files with 2 additions and 2 deletions

@ -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 \

@ -1,5 +1,5 @@
Git User Manual
_______________
===============
Git is a fast distributed revision control system.