Makefile.am 462 B

12345678910111213141516
  1. EXTRA_DIST = bind10-guide.css
  2. EXTRA_DIST += bind10-guide.html
  3. EXTRA_DIST += bind10-guide.xml
  4. # This is not a "man" manual, but reuse this for now for docbook.
  5. if ENABLE_MAN
  6. bind10-guide.html: bind10-guide.xml
  7. xsltproc --novalid --xinclude --nonet \
  8. --path $(top_builddir)/doc \
  9. -o $@ \
  10. --stringparam html.stylesheet $(srcdir)/bind10-guide.css \
  11. http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
  12. $(srcdir)/bind10-guide.xml
  13. endif