X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2FSConscript;h=8d45689876c9dac31b77be1138bc3c744d59251a;hb=ad287a6e1241649e73188edf5b8902e4e65f615d;hp=65a798ab3c79b66005563a3990b7be420e06e1f3;hpb=39447d83ae68fe219e4a76970e7d29a936242d28;p=senf.git diff --git a/doclib/SConscript b/doclib/SConscript index 65a798a..8d45689 100644 --- a/doclib/SConscript +++ b/doclib/SConscript @@ -321,3 +321,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']))