index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-07-06 16:30:53 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-09 13:47:56 -0400 |
commit | f1fac6abfb676b081ee2d474ab3e15f6d07d0416 (patch) | |
tree | 63c1469b3217059805097e5227e9a3f57ff73c48 /doc/Makefile.am | |
parent | ab87657b937f3de392b1796e7f93c4008cc21f01 (diff) |
-rw-r--r-- | doc/Makefile.am | 3 |
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: |