1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Generate release notes again

This commit is contained in:
Eelco Dolstra 2014-03-12 14:15:37 +01:00
parent e9934bb5ad
commit d435e46daa
5 changed files with 34 additions and 11 deletions

View file

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