Layout fixes (again IE .. :-( )
[senf.git] / Packets / SConscript
index 555482b..d4a304a 100644 (file)
@@ -1,3 +1,5 @@
+# -*- python -*-
+
 Import('env')
 import SatSCons
 
@@ -6,5 +8,6 @@ import SatSCons
 sources = SatSCons.GlobSources()
 SatSCons.StandardTargets(env)
 SatSCons.Lib(env, 'Packets',  sources, )
-SatSCons.Doxygen(env,sources, image = [ "structure.dia" ])
-    
+SatSCons.Doxygen(env, extra_sources = [
+    env.Dia2Png("structure.dia")
+    ])