[sword-svn] r69 - trunk
Apache
apache at crosswire.org
Sun Oct 3 21:36:42 MST 2004
Author:
Date: 2004-10-03 21:36:41 -0700 (Sun, 03 Oct 2004)
New Revision: 69
Modified:
trunk/Makefile
Log:
made the makefile smarter to handle app/lesson install separately
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2004-10-04 04:20:13 UTC (rev 68)
+++ trunk/Makefile 2004-10-04 04:36:41 UTC (rev 69)
@@ -1,17 +1,23 @@
all:
ant -emacs
-clean:
+clean: zipclean
ant clean
- rm -rf FlashCards
-serverinstall:
-
- rm -rf FlashCards
+serverinstallzip: zipclean
mkdir FlashCards
cp target/install/flashcards.jar FlashCards
cp target/install/lessons.jar FlashCards
zip FlashCards.zip FlashCards/*
cp -f FlashCards.zip /home/ftp/pub/flashcards
- cp -f FlashCards/*.jar /home/flashcards/html/webstart/
+
+zipclean:
rm -rf FlashCards
+
+serverinstall: serverinstalllessons serverinstallapp
+
+serverinstallapp: serverinstallzip
+ cp -f FlashCards/flashcards.jar /home/flashcards/html/webstart/
+
+serverinstalllessons: serverinstallzip
+ cp -f FlashCards/lessons.jar /home/flashcards/html/webstart/
More information about the sword-cvs
mailing list