This commit is contained in:
klakier 2002-04-01 13:28:10 +00:00
parent b4d5c2c476
commit 68765a20b2
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# ad-hoc processing Makefile, for internal use /klakier
# nice version
all:
docbook2html PLD-Guide.xml
# validate document
valid:
nsgmls -s PLD-Guide.xml
# draft with xslt tools
draft:
xsltproc -o index.html /usr/share/sgml/docbook/xsl-stylesheets-1.49/html/docbook.xsl PLD-Guide.xml