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
Родитель 30159e530d 145e073b84
Коммит 2b2849765f
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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