From 09bc0c502c4a52baf0bd363d8ee5f18d49244f73 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 29 Nov 2008 00:31:39 +0000 Subject: * Install the release notes. --- release.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 6c11ba588e..af2c435d72 100644 --- a/release.nix +++ b/release.nix @@ -67,7 +67,8 @@ let jobs = rec { ''; postInstall = '' - echo "doc manual $out/share/doc/nix/manual/manual.html" >> $out/nix-support/hydra-build-products + echo "doc manual $out/share/doc/nix/manual" >> $out/nix-support/hydra-build-products + echo "doc release-notes $out/share/doc/nix/release-notes" >> $out/nix-support/hydra-build-products ''; }; -- cgit 1.4.1