1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Update generation to not make the website think it is the NixOS Manual

This commit is contained in:
Graham Christensen 2017-08-16 20:51:29 -04:00
parent a1f84d7164
commit df67bd4888
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -34,7 +34,7 @@ let
"--param toc.section.depth 3"
"--stringparam admon.style ''"
"--stringparam callout.graphics.extension .svg"
"--stringparam current.docid manual"
"--stringparam current.docid nix-pills"
"--param chunk.section.depth 0"
"--param chunk.first.sections 1"
"--param use.id.as.filename 1"
@ -57,7 +57,7 @@ in pkgs.stdenv.mkDerivation {
xsltproc \
${manualXsltprocOptions} \
--nonet --output $dst/ \
${pkgs.docbook5_xsl}/xml/xsl/docbook/xhtml/chunktoc.xsl \
${pkgs.docbook5_xsl}/xml/xsl/docbook/xhtml/chunk.xsl \
${combined}
mkdir -p $dst/images