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

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

Modified Paths:
--------------
    branches/1_1/java/src/com/tigervnc/vncviewer/Makefile

Modified: branches/1_1/java/src/com/tigervnc/vncviewer/Makefile
===================================================================
--- branches/1_1/java/src/com/tigervnc/vncviewer/Makefile       2011-06-01 
09:33:00 UTC (rev 4460)
+++ branches/1_1/java/src/com/tigervnc/vncviewer/Makefile       2011-06-02 
15:40:08 UTC (rev 4461)
@@ -44,8 +44,9 @@
                com/tigervnc/decoder/*.class \
                com/tigervnc/decoder/common/*.class
 
-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