Logo AND Algorithmique Numérique Distribuée

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