Forked from
Core Modules / dune-common
6259 commits behind the upstream repository.
-
Jorrit Fahlke authored
[[Imported from SVN: r6013]]
Jorrit Fahlke authored[[Imported from SVN: r6013]]
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