Removed contrib dir reference
This commit is contained in:
parent
d2fedcb5b9
commit
8dea30897d
1 changed files with 2 additions and 4 deletions
|
|
@ -4,14 +4,12 @@
|
||||||
##
|
##
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
SUBDIRS = src test win contrib doc
|
SUBDIRS = src test win doc
|
||||||
#Directory for documents
|
#Directory for documents
|
||||||
DOCDIR = ~/public_html/eodocs
|
|
||||||
#Directory for indices -- not useful for the user
|
#Directory for indices -- not useful for the user
|
||||||
IDXDIR = ~/index
|
IDXDIR = ~/index
|
||||||
|
|
||||||
EXTRA_DIST=LICENSE
|
EXTRA_DIST=LICENSE
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
doc++ -d $(DOCDIR) -B foot.html -f src/*.h src/*.cpp
|
doxygen doc/eo.cfg
|
||||||
/home/jmerelo/bin/index -e html -i $(IDXDIR)/neweo.idx $(DOCDIR)/ -v 3
|
|
||||||
|
|
|
||||||
Reference in a new issue