index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-10-24 02:54:31 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-30 10:05:28 +1000 |
commit | 866a5cd431e35803f85ad7a8045f0050c0b240e5 (patch) | |
tree | 1c9512aeac1d200d6d0d62d8ff8e6014cf58e1a3 /doc | |
parent | 5c2059db28cc8d0dfa96f288517f2e10d1b6137a (diff) |
-rw-r--r-- | doc/Makefile.am | 15 |
diff --git a/doc/Makefile.am b/doc/Makefile.am index 195f0b14..c61110fc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,6 +21,7 @@ MANPAGES = \ DOXYGEN_MANS = $(wildcard man3/*.3) HTML_MANPAGES = $(addsuffix .html,$(MANPAGES)) +ASCIIDOC_MANPAGES = $(addsuffix .asciidoc,$(MANPAGES)) HTML_OTHER = \ index.html \ @@ -36,24 +37,12 @@ EXTRA_DIST = \ meson.build \ asciidoc.conf \ asciidoc-override.css \ - alpm-hooks.5.asciidoc \ - pacman.8.asciidoc \ - makepkg.8.asciidoc \ - makepkg-template.1.asciidoc \ - repo-add.8.asciidoc \ - vercmp.8.asciidoc \ - pacman-key.8.asciidoc \ - PKGBUILD.5.asciidoc \ PKGBUILD-example.txt \ - makepkg.conf.5.asciidoc \ - pacman.conf.5.asciidoc \ - BUILDINFO.5.asciidoc \ - pacman-conf.8.asciidoc \ - libalpm.3.asciidoc \ footer.asciidoc \ index.asciidoc \ submitting-patches.asciidoc \ translation-help.asciidoc \ + $(ASCIIDOC_MANPAGES) \ $(MANPAGES) \ $(DOXYGEN_MANS) |