Makefile 141 B

12345678
  1. all: makefiles.html
  2. %.html: %.docbook
  3. xsltproc --output $@ /usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl $<
  4. clean:
  5. rm *.html