start supoorting ParadisEO
This commit is contained in:
kuepper 2004-09-21 17:01:14 +00:00
commit 63cbb12e69
7 changed files with 66 additions and 44 deletions

View file

@ -4,28 +4,18 @@
##
###############################################################################
SUBDIRS = src test doc app tutorial contrib win
SUBDIRS = src test doc app tutorial contrib win
#Directory for documents
DOCDIR = ~/public_html/eodocs
DOCDIR = ~/public_html/eodocs
#Directory for indices -- not useful for the user
IDXDIR = ~/index
IDXDIR = ~/index
# special targets
app:
cd app; $(MAKE) all; cd ..
dist-hook:
$(MAKE) doc
# so that make doc always compiles the doc ...
doc: doc/eo.cfg
cd doc; $(MAKE) doc; touch eo.cfg; cd ..
###############################################################################
#lib:
# cd src; $(MAKE) all; cd ..
doc: $(srcdir)/doc/eo.cfg
cd doc && $(MAKE) doc && cd ..