Revision: 4462
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4462&view=rev
Author:   dcommander
Date:     2011-06-02 15:41:16 +0000 (Thu, 02 Jun 2011)

Log Message:
-----------
Make the install target install the same files as the xserver-install target

Modified Paths:
--------------
    trunk/java/src/com/tigervnc/vncviewer/Makefile

Modified: trunk/java/src/com/tigervnc/vncviewer/Makefile
===================================================================
--- trunk/java/src/com/tigervnc/vncviewer/Makefile      2011-06-02 15:40:08 UTC 
(rev 4461)
+++ trunk/java/src/com/tigervnc/vncviewer/Makefile      2011-06-02 15:41:16 UTC 
(rev 4462)
@@ -45,8 +45,9 @@
        $(shell echo "Package-Date: $(DATE)" >> $(TIMESTAMP))
        $(shell echo "Package-Time: $(TIME)" >> $(TIMESTAMP))
 
-install: $(CLASSES) $(ARCHIVE)
-       $(CP) $(CLASSES) $(ARCHIVE) $(PAGES) $(INSTALL_DIR)
+install: $(PAGES) README $(ARCHIVE)
+       mkdir -p $(INSTALL_DIR)
+       $(CP) $(ARCHIVE) $(PAGES) README $(INSTALL_DIR)
 
 export:: $(CLASSES) $(ARCHIVE) $(PAGES)
        @$(ExportJavaClasses)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to