--- scribo/ChangeLog | 4 ++++ scribo/doc/Makefile.am | 4 +++- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog index dea2689..3e1afbe 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,9 @@ 2013-04-10 Guillaume Lazzara z@lrde.epita.fr
+ * doc/Makefile.am: Fix permissions on documentation files. + +2013-04-10 Guillaume Lazzara z@lrde.epita.fr + Fix path to other documentations.
* doc/Doxyfile.in, diff --git a/scribo/doc/Makefile.am b/scribo/doc/Makefile.am index 38f2d1d..ca773e6 100644 --- a/scribo/doc/Makefile.am +++ b/scribo/doc/Makefile.am @@ -1,4 +1,5 @@ -# Copyright (C) 2011 EPITA Research and Development Laboratory (LRDE). +# Copyright (C) 2011, 2013 EPITA Research and Development Laboratory +# (LRDE). # # This file is part of Olena. # @@ -235,6 +236,7 @@ install-data-local: cp -r $(srcdir)/$(USER_REFMAN)/html \ $(DESTDIR)$(htmldir)/scribo/$(USER_REFMAN) ## Fix path to the main page of the documentation. + chmod -R u+w $(DESTDIR)$(htmldir)/scribo/$(USER_REFMAN) sed -i -e "s,$(top_srcdir)/doc/$(USER_REFMAN)/html/,$(DESTDIR)$(htmldir)/$(USER_REFMAN)/,g" \ -e "s,$(top_srcdir)/milena/doc,$(DESTDIR)$(htmldir)/milena/$(USER_REFMAN),g" \ `find $(DESTDIR)$(htmldir)/scribo/$(USER_REFMAN) -name '*.html'`