docs: get XSL from build / symlink

This commit is contained in:
Graham Christensen
2019-07-04 09:10:13 -04:00
parent e65c2c6672
commit 35262ba6a7
3 changed files with 6 additions and 6 deletions
-1
View File
@@ -14,7 +14,6 @@ in pkgs.stdenv.mkDerivation {
# $ nix-shell --run "make clean all"
# otherwise they won't reapply :)
HIGHLIGHTJS = pkgs.documentation-highlighter;
XSL = "${pkgs.docbook_xsl_ns}/xml/xsl";
XMLFORMAT_CONFIG = ../nixos/doc/xmlformat.conf;
xsltFlags = lib.concatStringsSep " " [
"--param section.autolabel 1"