* Output the manual as XHTML. This also sets the charset correctly.

svn path=/nixos/branches/modular-nixos/; revision=15881
This commit is contained in:
Eelco Dolstra 2009-06-05 17:16:42 +00:00
parent 0a0260514d
commit 86509aa159

View file

@ -37,7 +37,7 @@ let
ln -s ${optionsDocBook} options-db.xml
xsltproc $xsltFlags --nonet --xinclude \
--output $out/manual.html \
${pkgs.docbook5_xsl}/xml/xsl/docbook/html/docbook.xsl \
${pkgs.docbook5_xsl}/xml/xsl/docbook/xhtml/docbook.xsl \
./manual.xml
cp ${./style.css} $out/style.css
ensureDir $out/nix-support