21 lines
458 B
Makefile
21 lines
458 B
Makefile
###############################################################################
|
|
##
|
|
## Makefile.am for eo
|
|
##
|
|
###############################################################################
|
|
|
|
SUBDIRS = src test doc app tutorial contrib win
|
|
|
|
|
|
#Directory for documents
|
|
DOCDIR = ~/public_html/eodocs
|
|
|
|
#Directory for indices -- not useful for the user
|
|
IDXDIR = ~/index
|
|
|
|
|
|
dist-hook:
|
|
$(MAKE) doc
|
|
|
|
doc: $(srcdir)/doc/eo.cfg
|
|
cd doc && $(MAKE) doc && cd ..
|