From df7f96f794a38cd58cbddb79c28fe20e0fdfcbfc Mon Sep 17 00:00:00 2001 From: mes5k Date: Sat, 26 Sep 2009 21:41:33 +0000 Subject: [PATCH] another update to support older automake --- docs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index cec24fb..7763f17 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -15,7 +15,7 @@ dist_doc_DATA = index.html manual.html style.css docdir = ${datadir}/doc/${PACKAGE} install-data-local : - $(MKDIR_P) $(DESTDIR)$(docdir) + $(mkdir_p) $(DESTDIR)$(docdir) cp -R html $(DESTDIR)$(docdir) uninstall-local : @@ -23,7 +23,7 @@ uninstall-local : rm -rf $(DESTDIR)$(docdir) dist-hook : - $(MKDIR_P) $(distdir) + $(mkdir_p) $(distdir) cp -R html $(distdir) clean-local: