diff options
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 |