From a809bc0f49ee4c6e777f39d1f80ee57862a0fcab Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 1 Apr 2026 22:24:22 +0200 Subject: Initial import of the code into git --- doc/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/Makefile.am (limited to 'doc/Makefile.am') 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 -- cgit v1.2.3