Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/doc


Modified Files:
        Makefile.am 


Log Message:
need -p for mkdir and add back in proper quoting
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/doc/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 29 Sep 2005 15:03:20 -0000      1.5
+++ Makefile.am 30 Sep 2005 02:02:03 -0000      1.6
@@ -23,13 +23,13 @@
 
 # rule to install the documentation in $(docdir)
 install-data-local:
-       @if ! test -d $(DESTDIR)$(datadir)/$(PACKAGE); then \
-         mkdir $(DESTDIR)$(datadir)/$(PACKAGE); \
+       @if ! test -d "$(DESTDIR)$(datadir)/$(PACKAGE)"; then \
+         mkdir -p "$(DESTDIR)$(datadir)/$(PACKAGE)"; \
        fi
-       @if ! test -d $(DESTDIR)$(docdir); then \
-         mkdir $(DESTDIR)$(docdir); \
+       @if ! test -d "$(DESTDIR)$(docdir)"; then \
+         mkdir -p "$(DESTDIR)$(docdir)"; \
        fi
-       @cp -pr html/ man/ latex/ xml/ $(DESTDIR)$(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

Reply via email to