summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Chantry <shiningxc@gmail.com>2008-12-25 08:40:52 +0100
committerDan McGee <dan@archlinux.org>2009-01-03 05:46:47 +0100
commitbd2de5cdf6e1773e0d661683eed315a3e5261f77 (patch)
treedd43397080f5dd6d630dfe23711cde50ed991b4d
parent2f59996c54da473294de4adf44d521299a045a84 (diff)
downloadpacman-bd2de5cdf6e1773e0d661683eed315a3e5261f77.tar.gz
pacman-bd2de5cdf6e1773e0d661683eed315a3e5261f77.tar.xz
Fix asciidoc manpage creation.
As reported here, man pages could no longer be built : http://archlinux.org/pipermail/pacman-dev/2008-December/007726.html I found the explanation here : http://www.methods.co.nz/asciidoc/source-highlight-filter.html "If you use a2x(1) to generate PDF you need to include the --no-xmllint option to suppress xmllint(1) checking — the programlisting language attribute (required by the dblatex source highlighter) is not part of the DocBook 4 specification (but it is in the newer DocBook 5 specification)." Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/PKGBUILD.5.txt7
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index cce0a711..7992e547 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -62,6 +62,7 @@ ASCIIDOC_OPTS = \
-a pacman_date="`date +%Y-%m-%d`" \
-a sysconfdir=$(sysconfdir)
A2X_OPTS = \
+ --no-xmllint \
-d manpage \
-f manpage \
--xsltproc-opts='-param man.endnotes.list.enabled 0' \
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index b0f2bdb6..416f55e1 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -369,11 +369,10 @@ The following is an example PKGBUILD for the 'patch' package. For more
examples, look through the build files of your distribution's packages. For
those using Arch Linux, consult the ABS tree.
-[sh]
-source~~~~~
+[source,sh]
+-------------------------------
include::PKGBUILD-example.txt[]
-source~~~~~
-
+-------------------------------
See Also
--------