summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-11-21 02:06:37 +0100
committerDan McGee <dan@archlinux.org>2007-11-21 06:40:20 +0100
commit3e9c590480d7ec8fe576cf0a2216e1d3cb61db77 (patch)
tree4c4cdcd8aa1381f562834375fa613ac3c614abae /doc
parent5f2899622070496eb7e918c9089c6a6327bacb41 (diff)
downloadpacman-3e9c590480d7ec8fe576cf0a2216e1d3cb61db77.tar.gz
pacman-3e9c590480d7ec8fe576cf0a2216e1d3cb61db77.tar.xz
doc: use source highlighter on PKGBUILD guide, update wrong example text
Note that if you are building manpages with asciidoc now, you must also have source-highlight installed for it to correctly generate everything. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/PKGBUILD.5.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index b55071aa..d022c9af 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -293,12 +293,13 @@ from.
Example
-------
-The following is an example PKGBUILD for the 'module-init-tools' package. For
-more examples, look through the ABS tree.
+The following is an example PKGBUILD for the 'patch' package. For more
+examples, look through the ABS tree.
------
+[sh]
+source~~~~~
include::PKGBUILD-example.txt[]
------
+source~~~~~
See Also