|
@@ -1,38 +1,38 @@
|
|
# generated documentation
|
|
# generated documentation
|
|
-HTMLDOCS = bind10-guide.html bind10-messages.html
|
|
|
|
-DOCS = bind10-guide.txt
|
|
|
|
|
|
+HTMLDOCS = kea-guide.html kea-messages.html
|
|
|
|
+DOCS = kea-guide.txt
|
|
|
|
|
|
dist_doc_DATA = $(DOCS)
|
|
dist_doc_DATA = $(DOCS)
|
|
-dist_html_DATA = $(HTMLDOCS) bind10-guide.css
|
|
|
|
|
|
+dist_html_DATA = $(HTMLDOCS) kea-guide.css
|
|
|
|
|
|
-EXTRA_DIST = bind10-guide.xml
|
|
|
|
-DISTCLEANFILES = $(HTMLDOCS) $(DOCS) bind10-messages.xml
|
|
|
|
|
|
+EXTRA_DIST = kea-guide.xml
|
|
|
|
+DISTCLEANFILES = $(HTMLDOCS) $(DOCS) kea-messages.xml
|
|
|
|
|
|
# This is not a "man" manual, but reuse this for now for docbook.
|
|
# This is not a "man" manual, but reuse this for now for docbook.
|
|
if GENERATE_DOCS
|
|
if GENERATE_DOCS
|
|
|
|
|
|
-bind10-guide.html: bind10-guide.xml
|
|
|
|
|
|
+kea-guide.html: kea-guide.xml
|
|
@XSLTPROC@ --novalid --xinclude --nonet \
|
|
@XSLTPROC@ --novalid --xinclude --nonet \
|
|
--path $(top_builddir)/doc \
|
|
--path $(top_builddir)/doc \
|
|
-o $@ \
|
|
-o $@ \
|
|
--stringparam section.autolabel 1 \
|
|
--stringparam section.autolabel 1 \
|
|
--stringparam section.label.includes.component.label 1 \
|
|
--stringparam section.label.includes.component.label 1 \
|
|
- --stringparam html.stylesheet bind10-guide.css \
|
|
|
|
|
|
+ --stringparam html.stylesheet kea-guide.css \
|
|
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
|
|
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
|
|
- $(srcdir)/bind10-guide.xml
|
|
|
|
|
|
+ $(srcdir)/kea-guide.xml
|
|
|
|
|
|
-bind10-guide.txt: bind10-guide.html
|
|
|
|
- @ELINKS@ -dump -no-numbering -no-references bind10-guide.html > $@
|
|
|
|
|
|
+kea-guide.txt: kea-guide.html
|
|
|
|
+ @ELINKS@ -dump -no-numbering -no-references kea-guide.html > $@
|
|
|
|
|
|
-bind10-messages.html: bind10-messages.xml
|
|
|
|
|
|
+kea-messages.html: kea-messages.xml
|
|
@XSLTPROC@ --novalid --xinclude --nonet \
|
|
@XSLTPROC@ --novalid --xinclude --nonet \
|
|
--path $(top_builddir)/doc \
|
|
--path $(top_builddir)/doc \
|
|
-o $@ \
|
|
-o $@ \
|
|
- --stringparam html.stylesheet bind10-guide.css \
|
|
|
|
|
|
+ --stringparam html.stylesheet kea-guide.css \
|
|
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
|
|
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
|
|
- bind10-messages.xml
|
|
|
|
|
|
+ kea-messages.xml
|
|
|
|
|
|
-bind10-messages.xml:
|
|
|
|
|
|
+kea-messages.xml:
|
|
$(PYTHON) $(top_srcdir)/tools/system_messages.py -o $@ $(top_srcdir)
|
|
$(PYTHON) $(top_srcdir)/tools/system_messages.py -o $@ $(top_srcdir)
|
|
|
|
|
|
else
|
|
else
|