This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch revamp-doc-build has been updated
via dc54b19cb5b39de46f62d04edd7859cb0b35b74a (commit)
via 3f607e8f19d0a6d8473d038d502e04edc4b69490 (commit)
via 1dde4ec3aa06c7cb628b052bade4d1f41e4c8c5e (commit)
via b7b6a7da306ee36e96b3add2bd0843777fbbd003 (commit)
via fb992545b50f0d9b5a0ef5db8a31ecc8eb3db625 (commit)
via 219aa14bfdc6b234bee00304f5f69cee928db99b (commit)
via 45b2ed4e8604b7defe6ba2a56bc5cd859d3c4a7c (commit)
via 9693e15791859df0f34eb9781893c768c85777cc (commit)
via 735e0af754220c01f0d91a44da748c785a688414 (commit)
via b19305ec35a60965caa9f5e059b3ad1ec79ccbb7 (commit)
via fbc3cb2efacf69c7b57eb6a68464011ef745eb3a (commit)
via 51a165bc18b198c09fbe3dbd89d7a615cb513c35 (commit)
via 5fc83d5c255135833e0e5a6a5741bc2f5aa90be0 (commit)
via 31c6ffe0c98a9eebcc62ee0a4d06bca2e4182d7b (commit)
via 17089da3e2238d2d2097b7f4f48153255c3128c2 (commit)
via b370eff1d24c81d6a5267249d1816527c554deb4 (commit)
via 0a5e4a1a52c69b45aebd6caad1caf14eea829997 (commit)
via 13f1c3cbb14148c33a48aff238a050e96c9d993d (commit)
via 1a017e969b927cf1c45c964115d637524a7cea14 (commit)
via 840243a55ded80fa6bb4234581cf07aeaca0e320 (commit)
from 13af895daaeda0e5c287eb221453bcf1ac5db581 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
dc54b19 Distribute and clean documentation timestamps.
3f607e8 Improve doc/'s cleaning rules.
1dde4ec Prevent todoxygen.sh from generating incomplete outputs.
b7b6a7d Adjust todoxygen.sh to TeX4ht outputs.
fb99254 Disable the implicit generation of HTML from LaTeX.
219aa14 Adapt HTML generation to TeX4ht.
45b2ed4 Have texi2dvi use TeX4ht instead of HeVeA to produce HTML outputs.
9693e15 Use texi2dvi to produce HTML from LaTeX.
735e0af Support HTML outputs in tex.mk.
b19305e Automake configuration.
fbc3cb2 Have bootstrap check for HeVeA 1.10.
51a165b Split LaTeX-to-HTML rules to clear things up.
5fc83d5 List non generated documentation outputs separately.
31c6ffe Use texi2dvi to produce PDF from LaTeX.
17089da Add texi2dvi as well as a Make helper to use it.
b370eff Merge doc/ Makefile helpers into doc/Makefile.am.
0a5e4a1 Improve dependencies of some documentation products.
13f1c3c Revamp the Makefile machinery in milena/doc/examples/.
1a017e9 configure.ac: Configure milena/doc/tools/data.hh.
840243a Have documentation's examples not depend on hard-coded paths.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 53 +
bootstrap | 31 +-
build-aux/Makefile.am | 12 +-
build-aux/tex.mk | 43 +
build-aux/texi2dvi | 1959 ++++++++++++++++++++
configure.ac | 6 +-
milena/ChangeLog | 270 +++
milena/doc/.gitignore | 35 +-
milena/doc/Makefile.am | 828 ++++++++-
milena/doc/doc.mk | 42 -
milena/doc/examples-outputs.mk | 296 +++
milena/doc/examples/ima-save.cc | 7 +-
milena/doc/examples/make.mk | 279 ---
milena/doc/examples/split/ima-save-1.cc.raw | 4 +-
.../Makefile.am => doc/gen-examples-outputs-mk} | 29 +-
milena/doc/ref_guide/ref_guide.mk | 95 -
milena/doc/technical/technical.mk | 95 -
milena/{apps => doc/tools}/data.hh.in | 16 +-
milena/doc/tools/sample_utils.hh | 15 +-
milena/doc/tools/todoxygen.sh | 50 +-
milena/doc/tutorial/tutorial.mk | 95 -
milena/doc/white_paper/white_paper.mk | 103 -
22 files changed, 3538 insertions(+), 825 deletions(-)
create mode 100644 build-aux/tex.mk
create mode 100755 build-aux/texi2dvi
delete mode 100644 milena/doc/doc.mk
create mode 100644 milena/doc/examples-outputs.mk
delete mode 100644 milena/doc/examples/make.mk
copy milena/{tests/morpho/reconstruction/by_dilation/Makefile.am =>
doc/gen-examples-outputs-mk} (60%)
mode change 100644 => 100755
delete mode 100644 milena/doc/outputs/ima2d-decl-2.txt
delete mode 100644 milena/doc/ref_guide/ref_guide.mk
delete mode 100644 milena/doc/technical/technical.mk
copy milena/{apps => doc/tools}/data.hh.in (78%)
delete mode 100644 milena/doc/tutorial/tutorial.mk
delete mode 100644 milena/doc/white_paper/white_paper.mk
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date