X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2FSConscript;h=97d0fc68881779407568ce66df7117b0e8ce45ef;hb=6647a9d6691b69d1fc0d744c86177555ead5565d;hp=65a798ab3c79b66005563a3990b7be420e06e1f3;hpb=39447d83ae68fe219e4a76970e7d29a936242d28;p=senf.git diff --git a/doclib/SConscript b/doclib/SConscript index 65a798a..97d0fc6 100644 --- a/doclib/SConscript +++ b/doclib/SConscript @@ -238,7 +238,8 @@ FOOTER = """
""" @@ -261,13 +262,8 @@ env.SetDefault( DOXYGEN = "doxygen" ) -env.Replace( - DOXYGENCOM = "site_scons/lib/doxygen.sh $DOXYOPTS $SOURCE", -) - env.Append( ENV = { 'TODAY' : str(datetime.date.today()), - 'DOXYGEN' : str(env.File(env['DOXYGEN'])), }) env.PhonyTarget('linklint', [], [ @@ -321,3 +317,5 @@ env.Clean('all', 'doxy-header.html') # I should not need this but I do ... env.Clean('all_docs', 'doxy-header.html') # I should not need this but I do ... env.Install('${DOCINSTALLDIR}', 'index.html') + +env.Depends(SENFSCons.Doxygen(env, output_directory="../doc"), env.Value(env['ENV']['REVISION']))