* Basic makefile.

This commit is contained in:
Eelco Dolstra 2003-07-31 13:13:13 +00:00
parent 26ff1cdf89
commit 9f4c19276d
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
DOCBOOK_DTD = /nix/current/xml/dtd/docbook
DOCBOOK_XSL =/nix/current/xml/xsl/docbook/
check:
SP_CHARSET_FIXED=YES SP_ENCODING=XML \
nsgmls -wxml -c /usr/share/sgml/opensp/xml.soc -c $(DOCBOOK_DTD)/docbook.cat -ges book.xml
html:
mkdir -p out
xsltproc --output out/book.html $(DOCBOOK_XSL)/html/docbook.xsl book.xml