As I set up the test case for the glossary and nomencl packages
authormanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 21 Aug 2009 21:31:26 +0000 (21:31 +0000)
committermanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 21 Aug 2009 21:31:26 +0000 (21:31 +0000)
commit462ca1b9be0869856dc1d025f64209bda399601a
treecc1cc8989fd5366c59055c94d4486b834e377dae
parent178d0a164efd94f01cba9879e64ac213a7df6900
As I set up the test case for the glossary and nomencl packages
I found that when only one tool (say pdftex) is initialized
that some of the actions for bibtex... are not created.

Moved most common actions and environment settings to one routine
in tex.py that the other text tools (pdftex, pdflatex, latex) call.

Also fixed a typo in the nomenclature action setup. There was
a '$' that should not have been there.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4337 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Tool/latex.py
src/engine/SCons/Tool/pdflatex.py
src/engine/SCons/Tool/pdftex.py
src/engine/SCons/Tool/tex.py
test/TEX/glossary.py [new file with mode: 0644]
test/TEX/nomencl.py [new file with mode: 0644]