From 8e4513d8804b296fec394c67b9fd85adf9e79929 Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 5 Jan 2001 06:24:53 +0000 Subject: [PATCH] Removed doc from the SUBDIRS as most people don't have doxygen installed. Now you need to type in "make doc" to generate the doc --- eo/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +###############################################################################