X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;h=5fe796baeb53ac0fc50bd3bab2f06fc091d874f7;hb=7f60122e00a4680d39b199a738160eb8a5dea381;hp=dd2786aff4f4c6597c19defc73b7d52e3d0e1794;hpb=368058ef8f5eb65ea7e210351af25f49ddd0f342;p=senf.git diff --git a/SConstruct b/SConstruct index dd2786a..5fe796b 100644 --- a/SConstruct +++ b/SConstruct @@ -128,7 +128,8 @@ env.Append( 'LOGNAME' : logname, # needed by the debian build scripts 'CONCURRENCY_LEVEL' : env.GetOption('num_jobs') or "1", 'SCONS' : 1, - 'PATH' : os.environ.get('PATH') + 'PATH' : os.environ.get('PATH'), + 'TEXINPUTS' : os.environ.get('TEXINPUTS',':'), }, LOCAL_CONFIG_FILES = [ 'Doxyfile.local', 'SConfig', 'local_config.hh' ], DPKG_IGNORED_FILES = [ '$LOCAL_CONFIG_FILES', '.svn', '_templates' ], @@ -182,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)