Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a simple navbar
[simgrid.git] / doc / Makefile.am
index 7c3caff..8325aeb 100644 (file)
@@ -24,6 +24,7 @@ html: $(DOCSOURCES) Doxyfile logcategories.doc simgrid_modules.map simgrid_modul
        doxygen Doxyfile >/dev/null
        cp @srcdir@/simgrid_logo.png @srcdir@/simgrid_modules.png html/
        cp @srcdir@/Paje_MSG_screenshot_thn.jpg @srcdir@/Paje_MSG_screenshot.jpg html/
+       for i in `find html -name '*.html'` ; do cp $$i $$i.bak ; sed 's/Modules<\/a> | <a class="qindex" href="annotated.html">.*Fields<\/a>/Modules Tree<\/a> | /g' $$i.bak > $$i ; rm $$i.bak ; done
 endif
 
 logcategories.doc: $(DOCSOURCES)