* Also copy the generated bibliography (*.bbl) to $out.

svn path=/nixpkgs/trunk/; revision=3992
This commit is contained in:
Eelco Dolstra 2005-10-02 15:49:09 +00:00
parent 38c5663acb
commit e11a1e014c

View file

@ -46,6 +46,7 @@ echo
if grep -q '\\citation' $rootNameBase.aux; then
echo "RUNNING BIBTEX..."
bibtex --terse $rootNameBase
cp $rootNameBase.bbl $out
echo
fi