1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/doc/manual/Makefile

11 lines
322 B
Makefile
Raw Normal View History

2003-07-30 10:40:18 -04:00
DOCBOOK_DTD = /nix/current/xml/dtd/docbook
DOCBOOK_XSL =/nix/current/xml/xsl/docbook/
2003-07-31 09:13:13 -04:00
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