* Makefile.am, * doc/Makefile.am, * milena/doc/Makefile.am, * scribo/doc/Makefile.am: Here. --- ChangeLog | 10 ++++++++++ Makefile.am | 2 +- doc/Makefile.am | 2 +- milena/doc/Makefile.am | 2 +- scribo/doc/Makefile.am | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 340937c..55ea2cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2013-04-15 Roland Levillain roland@lrde.epita.fr + + Use Autoconf's MKDIR_P instead of Automake's obsolete mkdir_p. + + * Makefile.am, + * doc/Makefile.am, + * milena/doc/Makefile.am, + * scribo/doc/Makefile.am: + Here. + 2013-04-12 Guillaume Lazzara z@lrde.epita.fr
* doc/Makefile.am: Remove duplicate '/' in path. diff --git a/Makefile.am b/Makefile.am index b14438e..fb4f18c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ $(PORTFILE): $(top_srcdir)/distrib/macports/Portfile.in Makefile dist rm -Rf distrib srcdir=''; \ test -f ./$@.in || srcdir=$(srcdir)/; \ - $(mkdir_p) distrib/macports + $(MKDIR_P) distrib/macports md5=`md5sum $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz` sha1=`openssl sha1 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz` rmd160=`openssl rmd160 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz`; diff --git a/doc/Makefile.am b/doc/Makefile.am index 49ce253..48dc722 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -201,7 +201,7 @@ maintainer-clean-local: # .../srcdoc", which installs our dir into the previous one, instead # of replacing it. install-data-local: - $(mkdir_p) $(DESTDIR)$(htmldir) + $(MKDIR_P) $(DESTDIR)$(htmldir) # The user reference manual is located in a subdirectory, hence this # special case.
diff --git a/milena/doc/Makefile.am b/milena/doc/Makefile.am index db860c2..9b4cce3 100644 --- a/milena/doc/Makefile.am +++ b/milena/doc/Makefile.am @@ -762,7 +762,7 @@ DATA_html_dirs_inst = $(WHITE_PAPER) # .../srcdoc", which installs our dir into the previous one, instead # of replacing it. install-data-local: - $(mkdir_p) $(DESTDIR)$(htmldir)/milena/ + $(MKDIR_P) $(DESTDIR)$(htmldir)/milena/ # The user reference manual is located in a subdirectory, hence this # special case. rm -rf $(DESTDIR)$(htmldir)/milena/$(USER_REFMAN)/html diff --git a/scribo/doc/Makefile.am b/scribo/doc/Makefile.am index 33f206c..8579a87 100644 --- a/scribo/doc/Makefile.am +++ b/scribo/doc/Makefile.am @@ -230,7 +230,7 @@ maintainer-clean-local: # .../srcdoc", which installs our dir into the previous one, instead # of replacing it. install-data-local: - $(mkdir_p) $(DESTDIR)$(htmldir)/scribo/ + $(MKDIR_P) $(DESTDIR)$(htmldir)/scribo/ # The user reference manual is located in a subdirectory, hence this # special case. rm -rf $(DESTDIR)$(htmldir)/scribo/$(USER_REFMAN)/html