diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 48ab9b8..7ed5a5c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,6 +4,17 @@ man_MANS = sciteco.1 EXTRA_DIST = sciteco.1.in CLEANFILES = sciteco.1 +man_MANS += sciteco.7 +EXTRA_DIST += sciteco.7.template +CLEANFILES += sciteco.7 sciteco.7.in +SOURCES = $(wildcard @top_srcdir@/src/*.cpp) + +EXTRA_DIST += generate-docs.tes + +%.in : %.template generate-docs.tes $(SOURCES) + $(BOOTSTRAP_SCITECO) -m @srcdir@/generate-docs.tes \ + $@ $< $(SOURCES) + # # Doxygen processing (do not install or distribute) # |