Makefile 309 B

12345678910111213
  1. #
  2. # Quick and dirty makefile
  3. #
  4. bind10-guide.html: bind10-guide.xml
  5. xsltproc --novalid --xinclude --nonet \
  6. -o bind10-guide.html \
  7. --stringparam html.stylesheet bind10-guide.css \
  8. http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
  9. bind10-guide.xml
  10. clean:
  11. rm -f bind10-guide.html