summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am15
1 files changed, 2 insertions, 13 deletions
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)