Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the two-phases doxygenification now that it's useless. Actually, don't kill...
[simgrid.git] / doc / Makefile.am
index ba987a3..73edb9a 100644 (file)
@@ -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