summaryrefslogtreecommitdiff
path: root/src/server/Makefile
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-10-22 09:36:05 +0000
committerbjorn <bjorn@bringert.net>2008-10-22 09:36:05 +0000
commitacdcd57fa6b108566b7da2c36e1d6505cb4a2946 (patch)
treec82fbae871c8e6965319a97a65c45efe80c48e2b /src/server/Makefile
parent0606de738e0d934b45f39f1bbe34ed1defde478a (diff)
Reorganize GWT stuff into a reusable module and one application module.
Diffstat (limited to 'src/server/Makefile')
-rw-r--r--src/server/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/server/Makefile b/src/server/Makefile
index 76f1d1ab8..4ccf57182 100644
--- a/src/server/Makefile
+++ b/src/server/Makefile
@@ -1,6 +1,6 @@
GFCFLAGS = +RTS -K100M -RTS --cpu
-.PHONY: pgf.fcgi run
+.PHONY: pgf.fcgi run gf-gwt.jar
pgf.fcgi:
cabal install
@@ -35,7 +35,7 @@ test.pgf: LangEng-parse.pgf LangGer-parse.pgf
run: pgf.fcgi
@echo '*********************************************'
- @echo 'See http://localhost:41296/gwt-client/www/se.chalmers.cs.gf.gwt_translate.Translate/Translate.html'
+ @echo 'See http://localhost:41296/gwt-client/www/se.chalmers.cs.gf.gwt.TranslateApp/Translate.html'
@echo '*********************************************'
lighttpd -f lighttpd.conf -D
@@ -47,6 +47,9 @@ gwt-installball: pgf.fcgi gwt
mv tmp/gwt-client/Translate.html tmp/gwt-client/index.html
(cd tmp && tar -zcf ../gwt-client-installball.tar.gz gwt-client)
+gf-gwt.jar:
+ jar -cf $@ -C gwt-client/src se
+
clean:
cabal clean
-rm -f pgf.fcgi \ No newline at end of file