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 unstable/scribo has been updated
via 4440fda1f38a89860a17a08a7794dcd93aa53e36 (commit)
via d56053863dbf752b967c2d2351558313255a210d (commit)
via 3634a0dd2d93538c5af7962f47c7a585cd9506ae (commit)
from 6487a9dba1b813f2d50df08d397ec3080e0be7bb (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 -----------------------------------------------------------------
4440fda doc/Makefile.am: Fix permissions on documentation files.
d560538 doc/Makefile.am: Fix permissions on documentation files.
3634a0d doc/Makefile.am: Fix permissions on documentation files.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
doc/Makefile.am | 1 +
milena/ChangeLog | 4 ++++
milena/doc/Makefile.am | 1 +
scribo/ChangeLog | 4 ++++
scribo/doc/Makefile.am | 4 +++-
6 files changed, 17 insertions(+), 1 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 unstable/scribo has been updated
via 6487a9dba1b813f2d50df08d397ec3080e0be7bb (commit)
via 90aac13355f5f5518d291a41a81550471d75c97a (commit)
via 5afba3842bb7cf3e22d63a13326e3907a4a9c972 (commit)
via 4a0ee16f50566efb2180ae81764141bed236563b (commit)
from a1c740d02538ff9dd3f68b07cd561c67af3cabdc (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 -----------------------------------------------------------------
6487a9d doc/Makefile.am: Disable user refman PDF compilation.
90aac13 Fix path to other documentations.
5afba38 doc/Makefile.am: Fix path to other documentations.
4a0ee16 Fix path to other documentations.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
doc/Makefile.am | 9 ++++++++-
doc/header.html | 2 +-
doc/mainpage.dox | 4 ++--
milena/ChangeLog | 8 ++++++++
milena/doc/Makefile.am | 40 +++++++++++++++++++++++++++-------------
scribo/ChangeLog | 7 +++++++
scribo/doc/Doxyfile.in | 2 +-
scribo/doc/Makefile.am | 9 +++++++--
9 files changed, 69 insertions(+), 20 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
---
milena/ChangeLog | 4 ++++
milena/doc/Makefile.am | 28 +++++++++++++++++++---------
2 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 018fe9c..8fe0c7b 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,9 @@
2013-04-10 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * doc/Makefile.am: Disable user refman PDF compilation.
+
+2013-04-10 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* doc/Makefile.am: Fix path to other documentations.
2013-04-04 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/milena/doc/Makefile.am b/milena/doc/Makefile.am
index bdeb86d..cd33f63 100644
--- a/milena/doc/Makefile.am
+++ b/milena/doc/Makefile.am
@@ -226,13 +226,19 @@ MAINTAINERCLEANFILES += $(DOXYFILE_USER)
USER_REFMAN = user-refman
+
+# Disable PDF output since the file is too large to be processed
+# correctly by latex with the default configuration. This file is also
+# too large to be effectively usable by the user.
+
# PDF.
-USER_REFMAN_PDF = user-refman.pdf
-dist_pdf_DATA = $(srcdir)/$(USER_REFMAN_PDF)
+#USER_REFMAN_PDF = user-refman.pdf
+#dist_pdf_DATA = $(srcdir)/$(USER_REFMAN_PDF)
+dist_pdf_DATA =
-$(srcdir)/$(USER_REFMAN_PDF): $(srcdir)/$(USER_REFMAN)
- cd $(srcdir)/$(USER_REFMAN)/latex && $(MAKE) $(AM_MAKEFLAGS) pdf
- cp -f $(srcdir)/$(USER_REFMAN)/latex/refman.pdf $@
+#$(srcdir)/$(USER_REFMAN_PDF): $(srcdir)/$(USER_REFMAN)
+# cd $(srcdir)/$(USER_REFMAN)/latex && $(MAKE) $(AM_MAKEFLAGS) pdf
+# cp -f $(srcdir)/$(USER_REFMAN)/latex/refman.pdf $@
# HTML.
EXTRA_DIST += $(srcdir)/user-refman.stamp
@@ -309,14 +315,18 @@ MAINTAINERCLEANFILES += $(DOXYFILE_DEVEL)
DEVEL_REFMAN = devel-refman
+# Disable PDF output since the file is too large to be processed
+# correctly by latex with the default configuration. This file is also
+# too large to be effectively usable by the user.
+
# PDF.
-DEVEL_REFMAN_PDF = devel-refman.pdf
+#DEVEL_REFMAN_PDF = devel-refman.pdf
# Be warned, most LaTeX installations will not be able to compile the
# PDF development documentation as-is, as TeX's default memory
# capacities are usually too small to handle such a large document.
-$(srcdir)/$(DEVEL_REFMAN_PDF): $(srcdir)/$(DEVEL_REFMAN)
- cd $(srcdir)/$(DEVEL_REFMAN)/latex && $(MAKE) $(AM_MAKEFLAGS) pdf
- cp -f $(srcdir)/$(DEVEL_REFMAN)/latex/refman.pdf $@
+#$(srcdir)/$(DEVEL_REFMAN_PDF): $(srcdir)/$(DEVEL_REFMAN)
+# cd $(srcdir)/$(DEVEL_REFMAN)/latex && $(MAKE) $(AM_MAKEFLAGS) pdf
+# cp -f $(srcdir)/$(DEVEL_REFMAN)/latex/refman.pdf $@
# HTML.
MAINTAINERCLEANFILES += $(srcdir)/devel-refman.stamp
--
1.7.2.5