no compilation of handbook when --disable-documentation

This commit is contained in:
Benjamin Faigle 2011-01-04 14:43:04 +00:00 committed by Andreas Lauser
parent ae7552e59d
commit be88724d4a

View File

@ -1,6 +1,7 @@
# $id: $
if BUILD_HANDBOOK
if BUILD_DOCS
#EPS_FILES = EPS/tutorial-problemconfiguration.eps
@ -11,11 +12,9 @@ MAINDOCS = dumux-handbook.dvi dumux-handbook.pdf dumux-handbook.ps
EXTRA_DIST = dumux-handbook.pdf
#Makefile.dist.in Makefile.dist.am
if BUILD_DOCS
if CONVERT
DOCS = $(HTDOCS) $(MAINDOCS) $(WMLDOCS)
endif
endif
# setting like in dune-web
@ -54,3 +53,4 @@ include $(top_srcdir)/am/global-rules
include $(top_srcdir)/am/latex
endif
endif