1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

* Install the release notes.

This commit is contained in:
Eelco Dolstra 2008-11-29 00:31:39 +00:00
parent 5d4eb9dd07
commit 09bc0c502c
2 changed files with 6 additions and 1 deletions

View file

@ -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
'';
};