forked from lix-project/hydra
release.nix: Install the manual under the right prefix.
This commit is contained in:
parent
1e737f95f8
commit
1ddd8b29fb
|
@ -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" >> \
|
||||||
|
|
Loading…
Reference in a new issue