build system: fine-tune the option files and the macros in dumux.m4

we disable MPI by default as it might result in compilation issues
with newer compilers and the models do not work reliably anyway. also
the conditionals for building the handbook are refined and
summary status messages are added for LaTeX and the handbook.
This commit is contained in:
Andreas Lauser 2011-01-19 13:37:54 +00:00 committed by Andreas Lauser
parent d54656d075
commit 0bf5bdb381

View File

@ -1,22 +1,17 @@
# $id: $
if BUILD_HANDBOOK
if BUILD_DOCS
#EPS_FILES = EPS/tutorial-problemconfiguration.eps
TEXSOURCE = *.tex ./EPS/*.eps
MAINDOCS = dumux-handbook.dvi dumux-handbook.pdf dumux-handbook.ps
EXTRA_DIST = dumux-handbook.pdf
#Makefile.dist.in Makefile.dist.am
if CONVERT
DOCS = $(HTDOCS) $(MAINDOCS) $(WMLDOCS)
DOCS = $(HTDOCS) $(MAINDOCS) $(WMLDOCS)
endif
# setting like in dune-web
BASEDIR=../..
CURDIR=doc/handbook
@ -53,4 +48,3 @@ include $(top_srcdir)/am/global-rules
include $(top_srcdir)/am/latex
endif
endif