Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
distcheck fixups
[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 html: $(DOCSOURCES) Doxyfile.API  Doxyfile.Examples  Doxyfile.main
6         @touch doc/api_index.doc
7         @doxygen Doxyfile.main
8         @doxygen Doxyfile.API
9         @doxygen Doxyfile.Examples
10         @@top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag doc/api_index.doc
11         @cp simgrid_logo.png simgrid_modules.jpg html/
12         @doxygen Doxyfile.API
13         @doxygen Doxyfile.Examples
14         @doxygen Doxyfile.main
15 #       @cd html ; @top_srcdir@/tools/fix_doxygen2.pl `find . -name '*.html'`
16 #       @rm -rf html/API html/examples
17 #       for i in `find doc/html -name "*.html" -exec grep -l "group_[^_]"  {} \;` ; do tools/fix_doxygen.pl $$i; rm $$i.bak; done
18
19 clean: 
20         @rm -rf html/