This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/Makefile.am
kuepper 63cbb12e69 updates,
start supoorting ParadisEO
2004-09-21 17:01:14 +00:00

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 ..