asciidoctor: fix user-manual to be built by asciidoctor

The `user-manual.txt` is designed as a `book` but the `Makefile` wants
to build it as an `article`. This seems to be a problem when building
the documentation with `asciidoctor`. Furthermore the parts *Git
Glossary* and *Appendix B* had no subsections which is not allowed when
building with `asciidoctor`. So lets add a *dummy* section.

Signed-off-by: nalla <nalla@hamal.uberspace.de>
This commit is contained in:
nalla
2015-04-15 07:54:39 +01:00
committed by Johannes Schindelin
parent 58e7864ffb
commit 4518b597da
2 changed files with 9 additions and 1 deletions

View File

@@ -337,7 +337,7 @@ manpage-base-url.xsl: manpage-base-url.xsl.in
user-manual.xml: user-manual.txt user-manual.conf
$(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
$(TXT_TO_XML) -d article -o $@+ $< && \
$(TXT_TO_XML) -d book -o $@+ $< && \
mv $@+ $@
technical/api-index.txt: technical/api-index-skel.txt \

View File

@@ -4395,6 +4395,10 @@ itself!
Git Glossary
============
[[git-explained]]
Git explained
-------------
include::glossary-content.txt[]
[[git-quick-start]]
@@ -4636,6 +4640,10 @@ $ git gc
Appendix B: Notes and todo list for this manual
===============================================
[[todo-list]]
Todo list
---------
This is a work in progress.
The basic requirements: