From 8dea30897d7732ddc95b2fa59f34bb73f21c62b4 Mon Sep 17 00:00:00 2001 From: mac Date: Thu, 3 Aug 2000 19:54:42 +0000 Subject: [PATCH] Removed contrib dir reference --- eo/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/eo/Makefile.am b/eo/Makefile.am index 3b8a03006..e1c123c03 100644 --- a/eo/Makefile.am +++ b/eo/Makefile.am @@ -4,14 +4,12 @@ ## ############################################################################### -SUBDIRS = src test win contrib doc +SUBDIRS = src test win doc #Directory for documents -DOCDIR = ~/public_html/eodocs #Directory for indices -- not useful for the user IDXDIR = ~/index EXTRA_DIST=LICENSE docs: - doc++ -d $(DOCDIR) -B foot.html -f src/*.h src/*.cpp - /home/jmerelo/bin/index -e html -i $(IDXDIR)/neweo.idx $(DOCDIR)/ -v 3 \ No newline at end of file + doxygen doc/eo.cfg