Enlightenment CVS committal Author : vapier Project : e17 Module : libs/eet
Dir : e17/libs/eet/doc Modified Files: Makefile.am Log Message: respect $(DESTDIR) as reported by Mike Russo via e-mail =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/eet/doc/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 27 Sep 2005 22:10:09 -0000 1.1 +++ Makefile.am 29 Sep 2005 07:56:42 -0000 1.2 @@ -19,13 +19,13 @@ # rule to install the documentation in $(docdir) install-data-local: - @if ! test -d $(datadir)/$(PACKAGE); then \ - mkdir $(datadir)/$(PACKAGE); \ + @if ! test -d "$(DESTDIR)$(datadir)/$(PACKAGE)"; then \ + mkdir "$(DESTDIR)$(datadir)/$(PACKAGE)"; \ fi - @if ! test -d $(docdir); then \ - mkdir $(docdir); \ + @if ! test -d "$(DESTDIR)$(docdir)"; then \ + mkdir "$(DESTDIR)$(docdir)"; \ fi - @cp -pr html/ man/ latex/ xml/ $(docdir) + @cp -pr html/ man/ latex/ xml/ "$(DESTDIR)$(docdir)" # rule to uninstall the documentation uninstall-local: ------------------------------------------------------- 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