Added an eoSortedStatBase for more efficient statistic calculations
updated a few makefiles to include the html and latex docs with the distribution.
This commit is contained in:
parent
d42f16481d
commit
1d0794c46a
4 changed files with 66 additions and 18 deletions
|
|
@ -6,4 +6,12 @@
|
|||
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST = eo.cfg foot.html
|
||||
EXTRA_DIST = eo.cfg foot.html html/* latex/*
|
||||
|
||||
all :
|
||||
|
||||
doc : eo.cfg
|
||||
doxygen eo.cfg
|
||||
|
||||
clean :
|
||||
rm -rf html latex man
|
||||
|
|
|
|||
Reference in a new issue