summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2018-01-13 16:43:12 +0100
committerAllan McRae <allan@archlinux.org>2018-01-19 12:10:17 +1000
commita7dbe4635b4af9b5bd927ec0e7a211d1f6c1b0f2 (patch)
tree90edff540e2a27a765d75b0933cb9ef32a51d5f9 /doc/Makefile.am
parent9058d7fe9aa2bb494d5a6572c167db75d6d02d30 (diff)
downloadpacman-a7dbe4635b4af9b5bd927ec0e7a211d1f6c1b0f2.tar.xz
Add BUILDINFO man page
Add a new man page which describes the structure of a BUILDINFO file included in a package produced by makepkg. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 44e32996..bbf2af66 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -15,7 +15,8 @@ ASCIIDOC_MANS = \
PKGBUILD.5 \
makepkg.conf.5 \
pacman.conf.5 \
- libalpm.3
+ libalpm.3 \
+ BUILDINFO.5
DOXYGEN_MANS = $(wildcard man3/*.3)
@@ -58,6 +59,7 @@ EXTRA_DIST = \
PKGBUILD-example.txt \
makepkg.conf.5.txt \
pacman.conf.5.txt \
+ BUILDINFO.5.txt \
libalpm.3.txt \
footer.txt \
index.txt \