From 36cd08e3749e342cd7e5e157af617498f539f3b5 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 30 Jun 2015 11:04:46 +0200 Subject: [PATCH] nixpkgs-manual: fix callouts --- doc/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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 '';