Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
those files are generated. They are now right here under our nose; nardiiin, all...
[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
5
6 DISTCLEANFILES = api_index.doc
7
8 html: $(DOCSOURCES) Doxyfile.API  Doxyfile.Examples  Doxyfile.main
9         touch api_index.doc
10         doxygen Doxyfile.main
11         doxygen Doxyfile.API
12         doxygen Doxyfile.Examples
13         @top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag api_index.doc
14         cp simgrid_logo.png simgrid_modules.jpg html/
15         doxygen Doxyfile.API
16         doxygen Doxyfile.Examples
17         doxygen Doxyfile.main
18 #       @cd html ; @top_srcdir@/tools/fix_doxygen2.pl `find . -name '*.html'`
19 #       @rm -rf html/API html/examples
20 #       for i in `find doc/html -name "*.html" -exec grep -l "group_[^_]"  {} \;` ; do tools/fix_doxygen.pl $$i; rm $$i.bak; done
21
22 clean: 
23         @rm -rf html/