* Also copy the generated bibliography (*.bbl) to $out.
svn path=/nixpkgs/trunk/; revision=3992
This commit is contained in:
parent
38c5663acb
commit
e11a1e014c
@ -46,6 +46,7 @@ echo
|
||||
if grep -q '\\citation' $rootNameBase.aux; then
|
||||
echo "RUNNING BIBTEX..."
|
||||
bibtex --terse $rootNameBase
|
||||
cp $rootNameBase.bbl $out
|
||||
echo
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user