Extended doxyfile builder to invoke installdox
[senf.git] / Socket / SConscript
index 1375a71..27cb277 100644 (file)
@@ -1,3 +1,5 @@
+# -*- python -*-
+
 Import('env')
 import SatSCons
 
@@ -12,4 +14,6 @@ SatSCons.Lib(env,
              sources = sources,
              LIBS = [ 'Utils' ])
 
-SatSCons.Doxygen(env,sources)
+SatSCons.Doxygen(env, extra_sources = [
+    env.Dia2Png('SocketLibrary-classes.dia')
+    ])