X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;h=cb087e72100abecede9dd5604090ab599fe88e5d;hb=b440d8b56e04db7faf295a68b5fc9befee15e891;hp=c6355b65a54ec37aaccef0b59a9ee7bc5f570c40;hpb=93db392bf3739914fbf297f4aefa396a2d304d92;p=senf.git diff --git a/SConstruct b/SConstruct index c6355b6..cb087e7 100644 --- a/SConstruct +++ b/SConstruct @@ -1,6 +1,6 @@ # -*- python -*- -import sys, glob +import sys, glob, os.path sys.path.append('senfscons') import SatSCons @@ -25,4 +25,4 @@ SatSCons.StandardTargets(env) SatSCons.GlobalTargets(env) SatSCons.Doxygen(env) -env.Command("Doxyfile.local", None, Touch("$TARGET")) +if not os.path.exists("Doxyfile.local") : Execute(Touch("Doxyfile.local"))