LDP/LDP/retired/PLD-Guide/Makefile

21 lines
474 B
Makefile
Raw Normal View History

2002-04-01 13:28:10 +00:00
# ad-hoc processing Makefile, for internal use /klakier
# nice version
all:
docbook2html PLD-Guide.xml
# validate document
valid:
nsgmls -s PLD-Guide.xml
2002-05-02 08:55:35 +00:00
local-valid:
xmllint --noout --dtdvalid \
file:///usr/share/sgml/docbook/xml-dtd-4.1.2/docbookx.dtd \
PLD-Guide.xml
2002-04-01 13:28:10 +00:00
# draft with xslt tools
draft:
2002-04-01 16:02:51 +00:00
SGML_CATALOG_FILES=/etc/sgml/catalog \
xsltproc --nonet --catalogs -o index.html \
/usr/share/sgml/docbook/xsl-stylesheets-1.49/html/docbook.xsl PLD-Guide.xml