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
@@ -12,6 +12,7 @@ in pkgs.runCommand "doc-support" {}
ln -s ${functionDocs} ./function-docs
ln -s ${pkgs.docbook5}/xml/rng/docbook/docbook.rng ./docbook.rng
ln -s ${pkgs.docbook_xsl_ns}/xml/xsl ./xsl
echo -n "${version}" > ./version
)