Update of /cvsroot/mahogany/M/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv17855/doc

Modified Files:
        Makefile 
Log Message:
fixed typo in install target

Index: Makefile
===================================================================
RCS file: /cvsroot/mahogany/M/doc/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -b -u -2 -r1.37 -r1.38
--- Makefile    12 Jan 2004 17:48:28 -0000      1.37
+++ Makefile    17 Jan 2004 22:26:05 -0000      1.38
@@ -51,5 +51,5 @@
 install: test
        if [ -f $(MDOCS_TGZ) ]; \
-       then $(INSTALL) =d $(DOCDIR); gzip -dc < $(MDOCS_TGZ) | (cd $(DOCDIR) && tar 
xvf -); \
+       then $(INSTALL) -d $(DOCDIR); gzip -dc < $(MDOCS_TGZ) | (cd $(DOCDIR) && tar 
xvf -); \
        else $(MAKE) install2; \
        fi



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to