updates for distributing/installing ParadisEO.
This commit is contained in:
parent
6fff184ba3
commit
495057c341
23 changed files with 243 additions and 33 deletions
|
|
@ -1,17 +1,16 @@
|
|||
###############################################################################
|
||||
##
|
||||
## Makefile.am for eo
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
SUBDIRS = src test doc contrib win
|
||||
if USE_APPLICATIONS
|
||||
SUBDIRS += app
|
||||
SUBDIRS_APP = app
|
||||
endif
|
||||
|
||||
if USE_TUTORIAL
|
||||
SUBDIRS += tutorial
|
||||
SUBDIRS_TUT = tutorial
|
||||
endif
|
||||
|
||||
SUBDIRS = src test doc contrib win $(SUBDIRS_APP) $(SUBDIRS_TUT)
|
||||
|
||||
|
||||
# Directory for documents
|
||||
DOCDIR = ~/public_html/eodocs
|
||||
|
||||
|
|
|
|||
Reference in a new issue