Use new Doxygen tool from the SCons wiki
[senf.git] / Packets / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SatSCons
5
6 ###########################################################################
7
8 sources = SatSCons.GlobSources()
9 SatSCons.StandardTargets(env)
10 SatSCons.Lib(env, 'Packets',  sources, )
11 SatSCons.Doxygen(env, extra_sources = [
12     env.Dia2Png("structure.dia")
13     ])