Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
6259 commits behind the upstream repository.
Makefile.am 366 B
# $Id$

doxydir = $(pkgdatadir)/doc/doxygen

doxy_DATA =					\
	Doxystyle

# setting like in dune-web
BASEDIR=../..
CURDIR=doc/doxygen
PAGES =

if BUILD_DOCS
if WML
  PAGES += bestpractice.html
endif
endif

# add some more stuff to install and tarball
DOCFILES = $(PAGES)
EXTRA_DIST = $(PAGES)

include $(top_srcdir)/am/doxygen
include $(top_srcdir)/am/global-rules