Update configure with switches for app, ParadisEO, and tutorial.
Add ParadisEO/Lesson1 tutorial in build-process. minor fixes.
This commit is contained in:
parent
0a6e0c687c
commit
e388461a3b
16 changed files with 113 additions and 8 deletions
|
|
@ -4,10 +4,15 @@
|
|||
##
|
||||
###############################################################################
|
||||
|
||||
SUBDIRS = src test doc app tutorial contrib win
|
||||
SUBDIRS = src test doc contrib win
|
||||
if USE_APPLICATIONS
|
||||
SUBDIRS += app
|
||||
endif
|
||||
if USE_TUTORIAL
|
||||
SUBDIRS += tutorial
|
||||
endif
|
||||
|
||||
|
||||
#Directory for documents
|
||||
# Directory for documents
|
||||
DOCDIR = ~/public_html/eodocs
|
||||
|
||||
#Directory for indices -- not useful for the user
|
||||
|
|
|
|||
Reference in a new issue