Extended doxyfile builder to invoke installdox
[senf.git] / SConstruct
index 2745e81..c6355b6 100644 (file)
@@ -24,3 +24,5 @@ SConscript(glob.glob("*/SConscript"))
 SatSCons.StandardTargets(env)
 SatSCons.GlobalTargets(env)
 SatSCons.Doxygen(env)
+
+env.Command("Doxyfile.local", None, Touch("$TARGET"))