mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 08:51:55 -06:00
no compilation of handbook when --disable-documentation
This commit is contained in:
parent
ae7552e59d
commit
be88724d4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user