hydra/release.nix: use new location for manual.pdf

This commit is contained in:
Rob Vermaas 2011-01-17 09:32:29 +00:00
parent 6e213fab97
commit b75207946b

View file

@ -32,7 +32,7 @@ rec {
postDist = ''
cp doc/manual/manual.pdf $out
nuke-refs $out/manual.pdf
echo "doc-pdf manual $out/share/doc/hydra/manual/manual.pdf" >> $out/nix-support/hydra-build-products
echo "doc-pdf manual $out/manual.pdf" >> $out/nix-support/hydra-build-products
'';
};