index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Gordian Edenhofer <gordian.edenhofer@gmail.com> | 2016-09-04 18:14:06 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-09-25 17:41:10 +1000 |
commit | ae56a32273df8a36f4e84e0f37ce1f34e84f15a3 (patch) | |
tree | f1aafdb4dfaea77b7e7839dfa3aa8c2eaa0ead7c /contrib/doc/Makefile.am | |
parent | 5fcc054421a4ec4f1928f2598beb4ef54bb75fbc (diff) |
-rw-r--r-- | contrib/doc/Makefile.am | 5 |
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: |