release.nix: Install the manual under the right prefix.

This commit is contained in:
Ludovic Courtès 2011-07-04 20:11:51 +00:00
parent 1e737f95f8
commit 1ddd8b29fb

View file

@ -29,7 +29,7 @@ rec {
]; ];
postDist = '' postDist = ''
make -C doc/manual install make -C doc/manual install prefix="$out"
nuke-refs "$out/share/doc/hydra/manual.pdf" nuke-refs "$out/share/doc/hydra/manual.pdf"
echo "doc manual $out/share/doc/hydra/manual.html" >> \ echo "doc manual $out/share/doc/hydra/manual.html" >> \