Enlightenment CVS committal Author : mej Project : e17 Module : libs/eet
Dir : e17/libs/eet/doc Modified Files: Makefile.am Log Message: Portability good. vapier bad. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/eet/doc/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Makefile.am 30 Sep 2005 02:02:03 -0000 1.6 +++ Makefile.am 30 Sep 2005 04:05:43 -0000 1.7 @@ -24,10 +24,10 @@ # 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)" ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs