From: alegrand Date: Thu, 27 Jan 2005 19:16:53 +0000 (+0000) Subject: build the documentation and include it in the distribution X-Git-Tag: v3.3~4555 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/10ba4620635259ef1dd168c905bc30deeaeb9bcd build the documentation and include it in the distribution git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@795 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/Makefile.am b/Makefile.am index d57547ea67..1adb72f068 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS= include src examples doc testsuite +SUBDIRS= include src examples doc testsuite doc DISTCLEANFILES = *~ ACLOCAL = aclocal -I acmacro -I /usr/share/aclocal/gnome2-macros @@ -7,7 +7,8 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog\ acmacro/aci.m4 \ - tools/gras-check-arch tools/compile-remote-worker.in + tools/gras-check-arch tools/compile-remote-worker.in \ + tools/MSG_visualization tools/platform_generation TAGS: etags `find . -name "*.[ch]"` diff --git a/doc/Makefile.am b/doc/Makefile.am index eb6b2323c9..b530bdcf54 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,8 @@ DOCSOURCES = $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.doc") -documentation: $(DOCSOURCES) Doxyfile.API Doxyfile.Examples Doxyfile.main - @doxygen Doxyfile.main +EXTRA_DIST = html -html2: $(DOCSOURCES) Doxyfile.API Doxyfile.Examples Doxyfile.main +html: $(DOCSOURCES) Doxyfile.API Doxyfile.Examples Doxyfile.main @touch @top_srcdir@/src/api_index.doc @doxygen Doxyfile.main @doxygen Doxyfile.API