aboutsummaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-04-12 11:16:23 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-04-14 12:50:01 +0200
commit58e423ce323b85d1e440320e2a39947c89c7441b (patch)
tree8e1ce9ad46cc2f38ac8b283ffdf0acd987a25a89 /release.nix
parent7186539711183a06d932dc24c7b26b5306ca9a3f (diff)
Remove PDF manual
More spring cleaning.
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix15
1 files changed, 1 insertions, 14 deletions
diff --git a/release.nix b/release.nix
index 29c6d5a6b..b81571e2d 100644
--- a/release.nix
+++ b/release.nix
@@ -25,7 +25,7 @@ let
buildInputs =
[ curl bison flex perl libxml2 libxslt bzip2 xz
- dblatex (dblatex.tex or tetex) nukeReferences pkgconfig sqlite libsodium
+ pkgconfig sqlite libsodium
docbook5 docbook5_xsl
] ++ lib.optional (!lib.inNixShell) git;
@@ -57,20 +57,7 @@ let
preDist = ''
make install docdir=$out/share/doc/nix makefiles=doc/manual/local.mk
-
- make doc/manual/manual.pdf
- cp doc/manual/manual.pdf $out/manual.pdf
-
- # The PDF containes filenames of included graphics (see
- # http://www.tug.org/pipermail/pdftex/2007-August/007290.html).
- # This causes a retained dependency on dblatex, which Hydra
- # doesn't like (the output of the tarball job is distributed
- # to Windows and Macs, so there should be no Linux binaries
- # in the closure).
- nuke-refs $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
'';
};