release.nix: Add --with-docbook-xsl' to the configure flags for tarball'.

This commit is contained in:
Ludovic Courtès 2011-07-04 15:36:38 +00:00
parent 2e723601ca
commit 1e737f95f8

View file

@ -23,7 +23,10 @@ rec {
export VARTEXFONTS=$TMPDIR/texfonts
'';
configureFlags = "--with-nix=${nix}";
configureFlags =
[ "--with-nix=${nix}"
"--with-docbook-xsl=${docbook_xsl}/xml/xsl/docbook"
];
postDist = ''
make -C doc/manual install