Makefile.am 368 B

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