diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-20 19:06:37 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-20 23:40:20 -0600 |
commit | 3e9c590480d7ec8fe576cf0a2216e1d3cb61db77 (patch) | |
tree | 4c4cdcd8aa1381f562834375fa613ac3c614abae /doc | |
parent | 5f2899622070496eb7e918c9089c6a6327bacb41 (diff) | |
download | 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.txt | 9 |
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 |