diff --git a/eo/Makefile.am b/eo/Makefile.am index 66603e9d..46c88256 100644 --- a/eo/Makefile.am +++ b/eo/Makefile.am @@ -4,7 +4,7 @@ ## ############################################################################### -SUBDIRS = src test win doc tutorial app +SUBDIRS = src test win tutorial app #Directory for documents DOCDIR = ~/public_html/eodocs #Directory for indices -- not useful for the user @@ -35,4 +35,4 @@ all: clean: for i in $(SUBDIRS); do pushd $$i && $(MAKE) clean; popd; done -############################################################################### \ No newline at end of file +###############################################################################