diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-01 22:24:22 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-04 19:51:35 +0200 |
| commit | a809bc0f49ee4c6e777f39d1f80ee57862a0fcab (patch) | |
| tree | 5187dbd9b83205aac62d1f48252025b6e2d158a9 /doc/Makefile.am | |
Initial import of the code into gitv0.1
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 |