From 1007c0ca20ad6a692d961f20e1d222c55d57cf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 12 Oct 2011 14:54:23 +0000 Subject: [PATCH] Specify all of $(htmldir) as the doc. --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index 105286bb..704d3750 100644 --- a/release.nix +++ b/release.nix @@ -33,7 +33,7 @@ rec { make -C doc/manual install prefix="$out" nuke-refs "$out/share/doc/hydra/manual.pdf" - echo "doc manual $out/share/doc/hydra/manual.html" >> \ + echo "doc manual $out/share/doc/hydra" >> \ "$out/nix-support/hydra-build-products" echo "doc-pdf manual $out/share/doc/hydra/manual.pdf" >> \ "$out/nix-support/hydra-build-products"