Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index bb186bf..8a94461 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -46,6 +46,7 @@ EXTRA_DIST = $(ALL_MANS) $(ALL_MANS:=.xml)
if GENMAN
MAINTAINERCLEANFILES = $(ALL_MANS)
+CLEANFILES = $(ALL_MANS:=.html)
SUFFIXES = .xml
.xml:
@@ -59,3 +60,6 @@ SUFFIXES = .xml
xmlto xhtml-nochunks $<
endif
+
+# when running the test convert all manuals to HTML for extra testing
+check_DATA = $(ALL_MANS:=.html)