summaryrefslogtreecommitdiffstats
path: root/doc/asciidoc.conf
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-07-06 22:54:18 +0200
committerDan McGee <dan@archlinux.org>2007-07-09 19:47:56 +0200
commite412ac19f549afa26b58dbd2a2090ed95ca9cb95 (patch)
tree2b3555572d5095c7bbe6457550a04aa3919e5033 /doc/asciidoc.conf
parentf1fac6abfb676b081ee2d474ab3e15f6d07d0416 (diff)
downloadpacman-e412ac19f549afa26b58dbd2a2090ed95ca9cb95.tar.gz
pacman-e412ac19f549afa26b58dbd2a2090ed95ca9cb95.tar.xz
Asciidoc updates- make it pretty, fix build, etc.
* Fix up the target so we rebuild the manpages when we edit the corresponding text file. * Add vim modelines to all of the asciidoc files ensureing the right syntax highlighting is used and we have expandtabs turned off. * Start making a few small changes to PKGBUILD.5 to make it pretty in both HTML and manpage format output. * Fix the manlink macro to include the manpage section in the link. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/asciidoc.conf')
-rw-r--r--doc/asciidoc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf
index 6b0747d6..92e01179 100644
--- a/doc/asciidoc.conf
+++ b/doc/asciidoc.conf
@@ -60,5 +60,5 @@ endif::doctype-manpage[]
ifdef::backend-xhtml11[]
[manlink-inlinemacro]
-<a href="{target}.html">{target}{0?({0})}</a>
+<a href="{target}.{0}.html">{target}{0?({0})}</a>
endif::backend-xhtml11[]