From 75601e10cb30d5220c09c5d0cf2c8ee55fc4b34a Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Wed, 6 Jun 2018 22:36:17 +0200 Subject: [PATCH] manual: make epub a build product on hydra (#41475) --- doc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/default.nix b/doc/default.nix index 0d95d3f04573..f99aaff5f8a6 100644 --- a/doc/default.nix +++ b/doc/default.nix @@ -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 ''; }