summaryrefslogtreecommitdiffstats
path: root/contrib/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/doc/Makefile.am')
-rw-r--r--contrib/doc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/doc/Makefile.am b/contrib/doc/Makefile.am
index 4c316bb7..d5725b1e 100644
--- a/contrib/doc/Makefile.am
+++ b/contrib/doc/Makefile.am
@@ -4,12 +4,14 @@
# man_MANS if --enable-asciidoc and/or --enable-doxygen are used.
ASCIIDOC_MANS = \
- verify-pacman-repo-db.1
+ verify-pacman-repo-db.1 \
+ bacman.8
EXTRA_DIST = \
asciidoc.conf \
footer.txt \
verify-pacman-repo-db.1.txt \
+ bacman.8.txt \
$(ASCIIDOC_MANS)
# Files that should be removed, but which Automake does not know.
@@ -53,5 +55,6 @@ $(ASCIIDOC_MANS): asciidoc.conf footer.txt Makefile.am
# Dependency rules
verify-pacman-repo-db.1: verify-pacman-repo-db.1.txt
+bacman.8: bacman.8.txt
# vim:set noet: