summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorAndrew Fyfe <andrew@neptune-one.net>2007-07-06 17:30:53 +0200
committerDan McGee <dan@archlinux.org>2007-07-09 19:47:56 +0200
commitf1fac6abfb676b081ee2d474ab3e15f6d07d0416 (patch)
tree63c1469b3217059805097e5227e9a3f57ff73c48 /doc/Makefile.am
parentab87657b937f3de392b1796e7f93c4008cc21f01 (diff)
downloadpacman-f1fac6abfb676b081ee2d474ab3e15f6d07d0416.tar.gz
pacman-f1fac6abfb676b081ee2d474ab3e15f6d07d0416.tar.xz
Update PKGBUILD example.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a65f1cf7..308f338b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,6 +14,7 @@ EXTRA_DIST = \
pacman.8.txt \
makepkg.8.txt \
PKGBUILD.5.txt \
+ PKGBUILD-example.txt \
makepkg.conf.5.txt \
pacman.conf.5.txt \
libalpm.3.txt \
@@ -39,4 +40,6 @@ endif
$(man_MANS): footer.txt
a2x -d manpage -f manpage --asciidoc-opts="$(ASCIIDOC_OPTS)" $@.txt
+PKGBUILD.5: PKGBUILD-example.txt
+
# vim:set ts=2 sw=2 noet: