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

fixup build instructions

This commit is contained in:
Graham Christensen 2017-08-12 17:57:40 -04:00
parent 2598455a83
commit 252ab2215c
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -32,7 +32,7 @@ let
"--param xref.with.number.and.title 1"
"--param toc.section.depth 3"
"--stringparam admon.style ''"
"--stringparam callout.graphics.extension .gif"
"--stringparam callout.graphics.extension .svg"
"--stringparam current.docid manual"
"--param chunk.section.depth 0"
"--param chunk.first.sections 1"
@ -51,7 +51,7 @@ in pkgs.stdenv.mkDerivation {
jing ${pkgs.docbook5}/xml/rng/docbook/docbook.rng $combined
# Generate the HTML manual.
dst=$out/share/doc/nixos
dst=$out/share/doc/nix-pills
mkdir -p $dst
xsltproc \
${manualXsltprocOptions} \