X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senfscons%2FSENFSCons.py;h=b6e1c0ec5b99dc0fc1ebac5e59504f4e2c0d8e2e;hb=77191ea0291fb6c2ad0a472c83258722bf221f8f;hp=61f07eaa271e7d0dfcb1abb2ebb8ac0925d253a9;hpb=2371b3e67e650b7e829c35e8b4441a8ce2931ac0;p=senf.git diff --git a/senfscons/SENFSCons.py b/senfscons/SENFSCons.py index 61f07ea..b6e1c0e 100644 --- a/senfscons/SENFSCons.py +++ b/senfscons/SENFSCons.py @@ -478,7 +478,7 @@ def Doxygen(env, doxyfile = "Doxyfile", extra_sources = []): for type in env.get("DOXY_XREF_TYPES",[ "bug", "todo" ]): xref = os.path.join(xmlnode.dir.abspath,type+".xml") xref_pp = env.Command(xref+'i', [ xref, os.path.join(basedir,'xrefxtract.xslt'), xmlnode ], - [ "test -s $SOURCE && xsltproc -o $TARGET" + + [ "test -s $SOURCE && xsltproc --nonet -o $TARGET" + " --stringparam module $MODULE" + " --stringparam type $TYPE" + " ${SOURCES[1]} $SOURCE || touch $TARGET" ],