Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Show the user (and the poor one debuging that crap ;) what's going on
[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 EXTRA_DIST = html Doxyfile.API Doxyfile.Examples  Doxyfile.main
4
5 DISTCLEANFILES = api_index.doc
6
7 html: $(DOCSOURCES) Doxyfile.API  Doxyfile.Examples  Doxyfile.main
8         touch api_index.doc
9         doxygen @srcdir@/Doxyfile.main
10         doxygen @srcdir@/Doxyfile.API
11         doxygen @srcdir@/Doxyfile.Examples
12         @top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag api_index.doc
13         cp simgrid_logo.png simgrid_modules.jpg html/
14         doxygen @srcdir@/Doxyfile.API
15         doxygen @srcdir@/Doxyfile.Examples
16         doxygen @srcdir@/Doxyfile.main
17 #       @cd html ; @top_srcdir@/tools/fix_doxygen2.pl `find . -name '*.html'`
18 #       @rm -rf html/API html/examples
19 #       for i in `find doc/html -name "*.html" -exec grep -l "group_[^_]"  {} \;` ; do tools/fix_doxygen.pl $$i; rm $$i.bak; done
20
21 clean: 
22         @rm -rf html/