From df67bd4888d432c36b2d6488dd401d758f74557f Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 16 Aug 2017 20:51:29 -0400 Subject: [PATCH] Update generation to not make the website think it is the NixOS Manual --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index f6e57ac..4630d5b 100644 --- a/default.nix +++ b/default.nix @@ -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