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:
parent
b2636604a2
commit
8e4513d880
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
##
|
##
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
SUBDIRS = src test win doc tutorial app
|
SUBDIRS = src test win tutorial app
|
||||||
#Directory for documents
|
#Directory for documents
|
||||||
DOCDIR = ~/public_html/eodocs
|
DOCDIR = ~/public_html/eodocs
|
||||||
#Directory for indices -- not useful for the user
|
#Directory for indices -- not useful for the user
|
||||||
|
|
@ -35,4 +35,4 @@ all:
|
||||||
clean:
|
clean:
|
||||||
for i in $(SUBDIRS); do pushd $$i && $(MAKE) clean; popd; done
|
for i in $(SUBDIRS); do pushd $$i && $(MAKE) clean; popd; done
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
|
||||||
Reference in a new issue