From f9337623588548702cb520d289cbdb82d235d03a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 8 Jul 2015 16:51:05 +0200 Subject: [PATCH] Disable building the PDF manual --- doc/manual/Makefile.am | 2 +- release.nix | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 67fa3da6..7611153d 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -16,7 +16,7 @@ dblatex_opts = \ # Include the manual in the tarball. dist_html_DATA = manual.html style.css -dist_pdf_DATA = manual.pdf +#dist_pdf_DATA = manual.pdf # Embed Docbook's callout images in the distribution. EXTRA_DIST += images diff --git a/release.nix b/release.nix index 0d9e0419..f488adcf 100644 --- a/release.nix +++ b/release.nix @@ -37,7 +37,7 @@ in rec { version = builtins.readFile ./version; buildInputs = - [ perl libxslt dblatex tetex nukeReferences pkgconfig nix git openssl ]; + [ perl libxslt nukeReferences pkgconfig nix git openssl ]; versionSuffix = if officialRelease then "" else "pre${toString hydraSrc.revCount}-${hydraSrc.gitTag}"; @@ -63,12 +63,9 @@ in rec { postDist = '' make -C doc/manual install prefix="$out" - nuke-refs "$out/share/doc/hydra/manual.pdf" echo "doc manual $out/share/doc/hydra manual.html" >> \ "$out/nix-support/hydra-build-products" - echo "doc-pdf manual $out/share/doc/hydra/manual.pdf" >> \ - "$out/nix-support/hydra-build-products" ''; }; @@ -169,7 +166,6 @@ in rec { postInstall = '' mkdir -p $out/nix-support - nuke-refs $out/share/doc/hydra/manual/manual.pdf for i in $out/bin/*; do wrapProgram $i \