diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-12T13·15+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-12T13·24+0100 |
commit | d435e46daa98ffd268b6bb7221b0f3841f3a63ef (patch) | |
tree | 7c55ffbcd3a7139d31f68b28988c303f55e56a36 /release.nix | |
parent | e9934bb5ada1a974744c61479ca50c75c82e5836 (diff) |
Generate release notes again
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index b64bc9415fc0..285b8fb4f46d 100644 --- a/release.nix +++ b/release.nix @@ -69,7 +69,7 @@ let echo "doc manual $out/share/doc/nix/manual" >> $out/nix-support/hydra-build-products echo "doc-pdf manual $out/manual.pdf" >> $out/nix-support/hydra-build-products - echo "doc release-notes $out/share/doc/nix/release-notes" >> $out/nix-support/hydra-build-products + echo "doc release-notes $out/share/doc/nix/manual release-notes.html" >> $out/nix-support/hydra-build-products ''; }; |