]> source.dussan.org Git - tigervnc.git/commitdiff
Make the install target install the same files as the xserver-install target
authorDRC <dcommander@users.sourceforge.net>
Thu, 2 Jun 2011 15:41:16 +0000 (15:41 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 2 Jun 2011 15:41:16 +0000 (15:41 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4462 3789f03b-4d11-0410-bbf8-ca57d06f2519

java/src/com/tigervnc/vncviewer/Makefile

index 5e889f1ff383c3b026c17aab9828a8ac842fce40..40d44c303fc0b1824b3fc34afa7d1880b8d79cb4 100644 (file)
@@ -45,8 +45,9 @@ $(TIMESTAMP):
        $(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)