summaryrefslogtreecommitdiffstats
path: root/doc/default.nix
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-06-30 11:04:46 +0200
committerLuca Bruno <lethalman88@gmail.com>2015-06-30 11:04:46 +0200
commit36cd08e3749e342cd7e5e157af617498f539f3b5 (patch)
treebb9d03b779f267b74253b43cf738e06e94fabf52 /doc/default.nix
parente0038d7571f6eed78961309fd1a9b4ea4a91e719 (diff)
nixpkgs-manual: fix callouts
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 1e8974d60266..b68194b97a7b 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -36,6 +36,9 @@ stdenv.mkDerivation {
cp ${./style.css} $dst/style.css
+ mkdir -p $dst/images/callouts
+ cp ${docbook5_xsl}/xml/xsl/docbook/images/callouts/*.gif $dst/images/callouts/
+
mkdir -p $out/nix-support
echo "doc manual $dst manual.html" >> $out/nix-support/hydra-build-products
'';