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