# $Id: Makefile.am 4161 2008-05-20 21:47:51Z christi $ # setting like in dune-web BASEDIR=../.. CURDIR=doc/doxygen WHAT= doxygen_DATA = $(WHAT) #we need this in the distribution EXTRA_DIST = CMakeLists.txt $(WHAT) $(DOXYGENDISTFILES) all: $(WHAT) $(DOXYGENFILES) include $(top_srcdir)/am/doxygen include $(top_srcdir)/am/global-rules # file to clean only in svn and not in tarball tree SVNCLEANFILES = html $(WHAT) $(DOXYGENHEADER) clean-local: if test "x$(VPATH)" != "x" && test ! -e $(srcdir)/doxygen-tag; then \ if test -e $(top_srcdir)/doc/doxygen/Doxydep; then \ rm -rf $(SVNCLEANFILES); \ fi; \ fi