* Callouts require the docbook_xsl images.
svn path=/nixos/branches/modular-nixos/; revision=16354
This commit is contained in:
parent
ab1676b457
commit
a27f3942ef
|
@ -39,7 +39,9 @@ let
|
|||
--output $out/manual.html \
|
||||
${pkgs.docbook5_xsl}/xml/xsl/docbook/xhtml/docbook.xsl \
|
||||
./manual.xml
|
||||
ln -s ${pkgs.docbook5_xsl}/xml/xsl/docbook/images $out/
|
||||
cp ${./style.css} $out/style.css
|
||||
|
||||
ensureDir $out/nix-support
|
||||
echo "doc manual $out manual.html" >> $out/nix-support/hydra-build-products
|
||||
'';
|
||||
|
|
|
@ -65,7 +65,7 @@ let
|
|||
cmd = "root updatedb --localuser=nobody --output=${locatedb} > ${logfile}";
|
||||
in
|
||||
|
||||
mkIf cfg.enable {<co xml:id='conf-syntax-5' />
|
||||
mkIf cfg.enable { <co xml:id='conf-syntax-5' />
|
||||
require = [ <co xml:id='conf-syntax-6' />
|
||||
options
|
||||
|
||||
|
|
Loading…
Reference in New Issue