From 4cb73ac3ebc8a0c18427e75a41dbf2bb4ccbfc35 Mon Sep 17 00:00:00 2001 From: mej Date: Fri, 30 Sep 2005 04:05:43 +0000 Subject: [PATCH] Portability good. vapier bad. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@17083 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 36cd926..5744849 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,10 +24,10 @@ clean-local: # rule to install the documentation in $(docdir) install-data-local: @if ! test -d "$(DESTDIR)$(datadir)/$(PACKAGE)"; then \ - mkdir -p "$(DESTDIR)$(datadir)/$(PACKAGE)"; \ + $(mkinstalldirs) "$(DESTDIR)$(datadir)/$(PACKAGE)"; \ fi @if ! test -d "$(DESTDIR)$(docdir)"; then \ - mkdir -p "$(DESTDIR)$(docdir)"; \ + $(mkinstalldirs) "$(DESTDIR)$(docdir)"; \ fi @cp -pr html/ man/ latex/ xml/ "$(DESTDIR)$(docdir)" -- 2.7.4