diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 7ed5a5c..230949f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,6 +15,14 @@ EXTRA_DIST += generate-docs.tes $(BOOTSTRAP_SCITECO) -m @srcdir@/generate-docs.tes \ $@ $< $(SOURCES) +if BUILD_HTMLMAN +html_DATA = sciteco.1.html sciteco.7.html +CLEANFILES += $(html_DATA) +endif + +%.html : % + @GROFF@ -Thtml -man $< >$@ + # # Doxygen processing (do not install or distribute) # |