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
This commit is contained in:
evomarc 2001-01-05 06:24:53 +00:00
commit 8e4513d880

View file

@ -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
###############################################################################
###############################################################################