diff options
author | Eelco Dolstra | 2005-10-02 15:49:09 +0000 |
---|---|---|
committer | Eelco Dolstra | 2005-10-02 15:49:09 +0000 |
commit | e11a1e014c63fc3832432ddc1075e2446d5e45b0 (patch) | |
tree | e8362d1efc6c7812bfc2e10154d582a1fb69cb23 /pkgs/misc | |
parent | 38c5663acb273d4f1fdff739b6fea9fe0171419f (diff) |
* Also copy the generated bibliography (*.bbl) to $out.
svn path=/nixpkgs/trunk/; revision=3992
Diffstat (limited to 'pkgs/misc')
-rw-r--r-- | pkgs/misc/tex/nix/run-latex.sh | 1 |
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 |