diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-04 22:32:45 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-04 22:32:45 +0200 |
| commit | a72ab23298e860a5444be5256a6153e01dd88bd5 (patch) | |
| tree | 3608ef2a9e04525fdc9e0f4d09f7e71b224087be /doc/Makefile.am | |
| parent | a809bc0f49ee4c6e777f39d1f80ee57862a0fcab (diff) | |
Start working on a website and some scripts to maintain it
* configure.ac (AM_INIT_AUTOMAKE): Add dist-bzip2 and dist-xz.
(AC_CONFIG_FILES): Add scripts/publish-release and
scripts/publish-release-docs.
* doc/Makefile.am: Pass in package version to gendocs.sh. Set css for
manual, and toplevel url.
* doc/index_template.html: Set stylesheet link and reformat.
* scripts/publish-release-docs.in: New file.
* scripts/publish-release.in: New file.
* scripts/publish-www: New file.
* www/index.html: New file.
* www/style.css: New file.
Diffstat (limited to 'doc/Makefile.am')
| -rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 143cba9..b2687db 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -7,6 +7,6 @@ clean-local: manual: index_template.html cp index_template.html gendocs_template - $(top_srcdir)/build-aux/gendocs.sh -I $(top_srcdir)/build-aux/ aplwc "Aplwc manual" + $(top_srcdir)/build-aux/gendocs.sh -I $(top_srcdir)/build-aux/ aplwc "Aplwc manual v$(PACKAGE_VERSION)" --html "--css-ref=/style.css -c TOP_NODE_UP_URL=/v$(PACKAGE_VERSION)/manual" manual-rebuild: clean-local manual |