---
scribo/ChangeLog | 4 ++++
scribo/demo/xml2doc/Makefile.am | 5 +++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index e8d0b70..64c9e21 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-04 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * demo/xml2doc/Makefile.am: Fix installation of ooconvert.
+
2012-05-23 Guillaume Lazzara <z(a)lrde.epita.fr>
Fix access to xsl templates.
diff --git a/scribo/demo/xml2doc/Makefile.am b/scribo/demo/xml2doc/Makefile.am
index ff37fa2..83ef02a 100644
--- a/scribo/demo/xml2doc/Makefile.am
+++ b/scribo/demo/xml2doc/Makefile.am
@@ -73,7 +73,6 @@ EXTRA_DIST = \
templatedir = $(pkgdatadir)/scribo/
nobase_dist_template_DATA = \
- $(srcdir)/templates/bin/ooconvert \
$(srcdir)/templates/html/css.css \
$(srcdir)/templates/html/main.xsl \
$(srcdir)/templates/html/main_base64.xsl \
@@ -84,4 +83,6 @@ nobase_dist_template_DATA = \
$(srcdir)/templates/pdf/regions.xsl \
$(srcdir)/templates/svg/line.xsl \
$(srcdir)/templates/svg/main.xsl \
- $(srcdir)/templates/svg/regions.xsl
\ No newline at end of file
+ $(srcdir)/templates/svg/regions.xsl
+
+nobase_dist_template_SCRIPTS = $(srcdir)/templates/bin/ooconvert
\ No newline at end of file
--
1.7.2.5