X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=satscons%2FDoxygen.py;h=27131e3899d5d39f70fd6ab80cf514a0e15be2ce;hb=b2d64a4084a053f0887c7845bb81074e0cd3a855;hp=b95483277d30f772375a30587419b3169cfce06d;hpb=7aac6125d22bca61c277b334e9b9f6c1357b9266;p=senf.git diff --git a/satscons/Doxygen.py b/satscons/Doxygen.py index b954832..27131e3 100644 --- a/satscons/Doxygen.py +++ b/satscons/Doxygen.py @@ -19,7 +19,6 @@ def Doxygen(env, target, source, image=[]): for img in image ] + [ env.Command(stamp, source, [ 'cd $TARGET.dir && $DOXYGENCOM', - # 'cd $TARGET.dir/doc/html && (sed -ne \'1,//p\' \' \' -k4 && sed -ne \'/<\\/table>/,$$p\' annotated.html.new && mv annotated.html.new annotated.html', "touch $TARGET" ], source_scanner = SCons.Defaults.ObjSourceScan) ]) env.Clean(stamp, dir)