blob: ff8e1e60bc078fa33c3c11087dba85365fc88b10 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
info_TEXINFOS = aplwc.texi
aplwc_TEXINFOS = fdl.texi gpl-3.0.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
|