X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;h=5fe796baeb53ac0fc50bd3bab2f06fc091d874f7;hb=7f60122e00a4680d39b199a738160eb8a5dea381;hp=9a01aeebfdfc1477c84b6a75b2ff492cffb0b436;hpb=5093ab07f55b7f5830c7fad1305c7e533493f949;p=senf.git diff --git a/SConstruct b/SConstruct index 9a01aee..5fe796b 100644 --- a/SConstruct +++ b/SConstruct @@ -129,7 +129,7 @@ env.Append( 'CONCURRENCY_LEVEL' : env.GetOption('num_jobs') or "1", 'SCONS' : 1, 'PATH' : os.environ.get('PATH'), - 'TEXINPUTS' : os.environ.get('TEXINPUTS'), + 'TEXINPUTS' : os.environ.get('TEXINPUTS',':'), }, LOCAL_CONFIG_FILES = [ 'Doxyfile.local', 'SConfig', 'local_config.hh' ], DPKG_IGNORED_FILES = [ '$LOCAL_CONFIG_FILES', '.svn', '_templates' ], @@ -183,11 +183,6 @@ if not env.GetOption('clean') and not os.path.exists(".prepare-stamp") \ env.Clean('all', '.prepare-stamp') -# Not nice, but until we get to fixing the dependency jungle -# concerning generated sources ... -scripts = [] -dependencies = [] - SConscript(glob.glob("*/SConscript")) SENFSCons.StandardTargets(env)