Changes
This commit is contained in:
parent
de33c67f0e
commit
d3642e4fde
12 changed files with 397 additions and 207 deletions
|
|
@ -4,9 +4,14 @@
|
|||
##
|
||||
###############################################################################
|
||||
|
||||
SUBDIRS = src test
|
||||
SUBDIRS = src test win
|
||||
#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 /home/jmerelo/index/neweo.idx /home/jmerelo/public_html/eodocs/ -v 3
|
||||
/home/jmerelo/bin/index -e html -i $(IDXDIR)/neweo.idx $(DOCDIR)/ -v 3
|
||||
Reference in a new issue