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

# 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