This commit is contained in:
Eelco Dolstra 2009-05-07 13:22:26 +00:00
parent 83bd320b39
commit 9536ba19d4
1 changed files with 3 additions and 2 deletions

View File

@ -51,12 +51,13 @@ let
preDist = ''
make -C doc/manual install prefix=$out
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
make -C doc/manual manual.pdf prefix=$out
cp doc/manual/manual.pdf $out/manual.pdf
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
'';
};