1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

manual: make epub a build product on hydra (#41475)

This commit is contained in:
Daiderd Jordan 2018-06-06 22:36:17 +02:00 committed by xeji
parent 13705c02ce
commit 75601e10cb

View file

@ -44,5 +44,6 @@ pkgs.stdenv.mkDerivation {
mkdir -p $out/nix-support/
echo "doc manual $dest manual.html" >> $out/nix-support/hydra-build-products
echo "doc manual $dest nixpkgs-manual.epub" >> $out/nix-support/hydra-build-products
'';
}