From 886f84da00e5fdff4da9ef40ec3a488dbac576b1 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 28 Apr 2005 00:20:14 +0000 Subject: [PATCH] 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 --- doc/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 -- 2.20.1