summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/man5/Makefile.am1
-rw-r--r--docs/man8/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/man5/Makefile.am b/docs/man5/Makefile.am
index 01c3e3e..95f3833 100644
--- a/docs/man5/Makefile.am
+++ b/docs/man5/Makefile.am
@@ -19,4 +19,5 @@ EXTRA_DIST = \
$(man_MANS)
CLEANFILES = \
+ $(MAN5_FILES:.txt=.5) \
$(MAN5_FILES:.txt=.xml)
diff --git a/docs/man8/Makefile.am b/docs/man8/Makefile.am
index 7b14c25..0bd9ea6 100644
--- a/docs/man8/Makefile.am
+++ b/docs/man8/Makefile.am
@@ -19,4 +19,5 @@ EXTRA_DIST = \
$(man_MANS)
CLEANFILES = \
+ $(MAN8_FILES:.txt=.8) \
$(MAN8_FILES:.txt=.xml)