From: mquinson Date: Thu, 28 Apr 2005 00:20:14 +0000 (+0000) Subject: Kill the two-phases doxygenification now that it's useless. Actually, don't kill... X-Git-Tag: v3.3~4120 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/886f84da00e5fdff4da9ef40ec3a488dbac576b1 Kill the two-phases doxygenification now that it's useless. Actually, don't kill it yet, but just comment it. If Arnaud is ok with the new pages setup, I'll euthanasy it all. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1234 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Makefile.am b/doc/Makefile.am index ba987a384b..73edb9aa7c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,13 +21,14 @@ html: $(DOCSOURCES) Doxyfile.API Doxyfile.Examples Doxyfile.main logcategories.d touch api_index.doc doxygen Doxyfile.main >/dev/null doxygen Doxyfile.API >/dev/null - doxygen Doxyfile.Examples >/dev/null - @top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag api_index.doc +# doxygen Doxyfile.Examples >/dev/null +# @top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag api_index.doc cp @srcdir@/simgrid_logo.png @srcdir@/simgrid_modules.png html/ cp @srcdir@/Paje_MSG_screenshot_thn.jpg @srcdir@/Paje_MSG_screenshot.jpg html/ - doxygen Doxyfile.API >/dev/null - doxygen Doxyfile.Examples >/dev/null - doxygen Doxyfile.main >/dev/null +# doxygen Doxyfile.API >/dev/null +# doxygen Doxyfile.Examples >/dev/null +# doxygen Doxyfile.main >/dev/null + # @cd html ; @top_srcdir@/tools/fix_doxygen2.pl `find . -name '*.html'` # @rm -rf html/API html/examples # for i in `find doc/html -name "*.html" -exec grep -l "group_[^_]" {} \;` ; do tools/fix_doxygen.pl $$i; rm $$i.bak; done