summary refs log tree commit diff
path: root/pkgs/misc/tex
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-10-02 15:49:09 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-10-02 15:49:09 +0000
commite11a1e014c63fc3832432ddc1075e2446d5e45b0 (patch)
treee8362d1efc6c7812bfc2e10154d582a1fb69cb23 /pkgs/misc/tex
parent38c5663acb273d4f1fdff739b6fea9fe0171419f (diff)
downloadnixlib-e11a1e014c63fc3832432ddc1075e2446d5e45b0.tar
nixlib-e11a1e014c63fc3832432ddc1075e2446d5e45b0.tar.gz
nixlib-e11a1e014c63fc3832432ddc1075e2446d5e45b0.tar.bz2
nixlib-e11a1e014c63fc3832432ddc1075e2446d5e45b0.tar.lz
nixlib-e11a1e014c63fc3832432ddc1075e2446d5e45b0.tar.xz
nixlib-e11a1e014c63fc3832432ddc1075e2446d5e45b0.tar.zst
nixlib-e11a1e014c63fc3832432ddc1075e2446d5e45b0.zip
* Also copy the generated bibliography (*.bbl) to $out.
svn path=/nixpkgs/trunk/; revision=3992
Diffstat (limited to 'pkgs/misc/tex')
-rw-r--r--pkgs/misc/tex/nix/run-latex.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/misc/tex/nix/run-latex.sh b/pkgs/misc/tex/nix/run-latex.sh
index 65ab630f9a8e..9e8edadd48d9 100644
--- a/pkgs/misc/tex/nix/run-latex.sh
+++ b/pkgs/misc/tex/nix/run-latex.sh
@@ -46,6 +46,7 @@ echo
 if grep -q '\\citation' $rootNameBase.aux; then
     echo "RUNNING BIBTEX..."
     bibtex --terse $rootNameBase
+    cp $rootNameBase.bbl $out
     echo
 fi