* Makefile.am: Update for release-distribution.
* Makefile.am: Add missing CMA header for distribution. * Makefile.am: Add missing header for distribution.
This commit is contained in:
parent
bcaa0cf5e4
commit
b2ce7bedb6
6 changed files with 27 additions and 4 deletions
11
eo/doc/ChangeLog
Normal file
11
eo/doc/ChangeLog
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
2006-12-01 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||||
|
|
||||||
|
* Makefile.am: Update for release-distribution.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
* Local Variables:
|
||||||
|
* coding: iso-8859-1
|
||||||
|
* mode: flyspell
|
||||||
|
* fill-column: 80
|
||||||
|
* End:
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
## Makefile.am for eo/doc
|
## Makefile.am for eo/doc
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = eo.cfg foot.html
|
EXTRA_DIST = EO_EA2001.pdf LeCreusot.pdf eo.cfg index.h \
|
||||||
|
mainpage.html publications.html sflogo-hammer1.jpg
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
cd $(srcdir) && $(DOXYGEN) eo.cfg
|
cd $(srcdir) && $(DOXYGEN) eo.cfg
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
2006-12-01 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||||
|
|
||||||
|
* Makefile.am: Add missing CMA header for distribution.
|
||||||
|
|
||||||
2006-11-16 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
2006-11-16 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||||
|
|
||||||
* make_genotype_real.h (eoEsChromInit): Rewrite vecSigmaInit-handling:
|
* make_genotype_real.h (eoEsChromInit): Rewrite vecSigmaInit-handling:
|
||||||
|
|
|
||||||
|
|
@ -46,9 +46,11 @@ libcma_a_SOURCES = eig.cpp \
|
||||||
|
|
||||||
cmaincludedir = $(pkgincludedir)/es
|
cmaincludedir = $(pkgincludedir)/es
|
||||||
|
|
||||||
cmainclude_HEADERS = eig.h \
|
cmainclude_HEADERS = CMAParams.h \
|
||||||
CMAState.h \
|
CMAState.h \
|
||||||
matrices.h \
|
eig.h \
|
||||||
CMAParams.h
|
eoCMAInit.h \
|
||||||
|
eoCMABreed.h \
|
||||||
|
matrices.h
|
||||||
|
|
||||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
2006-12-01 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||||
|
|
||||||
|
* Makefile.am: Add missing header for distribution.
|
||||||
|
|
||||||
2006-11-30 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
2006-11-30 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||||
|
|
||||||
* eoRNG.h: Generally include <cmath>
|
* eoRNG.h: Generally include <cmath>
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ utilsinclude_HEADERS = checkpointing \
|
||||||
eoState.h \
|
eoState.h \
|
||||||
eoStdoutMonitor.h \
|
eoStdoutMonitor.h \
|
||||||
eoTimeCounter.h \
|
eoTimeCounter.h \
|
||||||
|
eoTimedMonitor.h \
|
||||||
eoUniformInit.h \
|
eoUniformInit.h \
|
||||||
eoUpdatable.h \
|
eoUpdatable.h \
|
||||||
eoUpdater.h \
|
eoUpdater.h \
|
||||||
|
|
|
||||||
Reference in a new issue