summaryrefslogtreecommitdiffstats
path: root/test/TEX/biblatex.py
diff options
context:
space:
mode:
authorRobert Managan <ramanagan@att.net>2012-10-07 05:22:26 (GMT)
committerRobert Managan <ramanagan@att.net>2012-10-07 05:22:26 (GMT)
commitd3e6150b00540fc5fee56e46441dbb2390ad96b1 (patch)
tree2483e4662504c69fdb790aab27009223f788ddaf /test/TEX/biblatex.py
parenta75755810b08c4d1f6bf7e28211f4a62872b35d8 (diff)
downloadSCons-d3e6150b00540fc5fee56e46441dbb2390ad96b1.zip
SCons-d3e6150b00540fc5fee56e46441dbb2390ad96b1.tar.gz
SCons-d3e6150b00540fc5fee56e46441dbb2390ad96b1.tar.bz2
Add separate biber action and add logic to call either bibtex or biber depending on which is needed; the files created tell us which to call.
Diffstat (limited to 'test/TEX/biblatex.py')
-rwxr-xr-xtest/TEX/biblatex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/biblatex.py b/test/TEX/biblatex.py
index d0663f7..a70e103 100755
--- a/test/TEX/biblatex.py
+++ b/test/TEX/biblatex.py
@@ -25,7 +25,7 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
"""
-Test creation of a Tex document that uses the multibib package
+Test creation of a Tex document that uses the biblatex package
Test courtesy Rob Managan.
"""