---
ChangeLog | 4 ++++
doc/Makefile.am | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7b1004e..ff27a41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-04-10 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * doc/Makefile.am: Fix permissions on documentation files.
+
+2013-04-10 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Fix path to other documentations.
* doc/Makefile.am,
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c328b77..bcc06af 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -211,6 +211,7 @@ install-data-local:
# rm -rf $(DESTDIR)$(htmldir)/$(USER_REFMAN)
cp -r $(srcdir)/$(USER_REFMAN)/html $(DESTDIR)$(htmldir)/$(USER_REFMAN)
# Fix documentation paths
+ chmod -R u+w $(DESTDIR)$(htmldir)/$(USER_REFMAN)
sed -i -e "s,$(abs_top_srcdir)/milena/doc,../milena,g" \
-e "s,$(abs_top_srcdir)/scribo/doc,../scribo,g" \
-e
"s,$(abs_top_srcdir)/doc/$(USER_REFMAN)/html,$(DESTDIR)$(htmldir)/$(USER_REFMAN),g"
\
--
1.7.2.5