Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Importing the documentation !!! :)
[simgrid.git] / doc / Makefile.am
1 DOCSOURCES = $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.doc")
2
3 documentation: $(DOCSOURCES) Doxyfile.API  Doxyfile.Examples  Doxyfile.main
4         @doxygen Doxyfile.main
5
6 html2: $(DOCSOURCES) Doxyfile.API  Doxyfile.Examples  Doxyfile.main
7         @touch @top_srcdir@/src/api_index.doc
8         @doxygen Doxyfile.main
9         @doxygen Doxyfile.API
10         @doxygen Doxyfile.Examples
11         @@top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag @top_srcdir@/src/api_index.doc
12         @cp simgrid_logo.png html/
13         @doxygen Doxyfile.API
14         @doxygen Doxyfile.Examples
15         @doxygen Doxyfile.main
16 #       @cd html ; @top_srcdir@/tools/fix_doxygen2.pl `find . -name '*.html'`
17 #       @rm -rf html/API html/examples
18 #       for i in `find doc/html -name "*.html" -exec grep -l "group_[^_]"  {} \;` ; do tools/fix_doxygen.pl $$i; rm $$i.bak; done
19
20 clean: 
21         @rm -rf html/