From 1ddd8b29fb55f5727a16ad60178885ef4df52883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 4 Jul 2011 20:11:51 +0000 Subject: [PATCH] release.nix: Install the manual under the right prefix. --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index c2367528..ef36cb81 100644 --- a/release.nix +++ b/release.nix @@ -29,7 +29,7 @@ rec { ]; postDist = '' - make -C doc/manual install + make -C doc/manual install prefix="$out" nuke-refs "$out/share/doc/hydra/manual.pdf" echo "doc manual $out/share/doc/hydra/manual.html" >> \