diff options
Diffstat (limited to 'doc/Makefile.am')
| -rw-r--r-- | doc/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..143cba9 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,12 @@ +info_TEXINFOS = aplwc.texi + +aplwc_TEXINFOS = fdl.texi + +clean-local: + rm -rf manual + +manual: index_template.html + cp index_template.html gendocs_template + $(top_srcdir)/build-aux/gendocs.sh -I $(top_srcdir)/build-aux/ aplwc "Aplwc manual" + +manual-rebuild: clean-local manual |