blob: b2687dbf2ffe9024ba5a832f4da24b286fc77573 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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 v$(PACKAGE_VERSION)" --html "--css-ref=/style.css -c TOP_NODE_UP_URL=/v$(PACKAGE_VERSION)/manual"
manual-rebuild: clean-local manual
|