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:
parent
13705c02ce
commit
75601e10cb
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue