Update gf-server instructions and configuration.

This commit is contained in:
bjorn
2008-10-20 12:56:08 +00:00
parent e25d03ed32
commit c783c12b15
5 changed files with 33 additions and 26 deletions

View File

@@ -3,15 +3,14 @@ GFCFLAGS = +RTS -K100M -RTS --cpu
.PHONY: pgf.fcgi run
pgf.fcgi:
cabal configure
cabal build
cabal install
cp dist/build/pgf.fcgi/pgf.fcgi .
gwt:
gwt-client/Translate-compile
food.pgf:
gfc --make --name=grammar ../../examples/tutorial/food/Food{Eng,Ita}.gf
gfc --make --name=food ../../examples/tutorial/food/Food{Eng,Ita}.gf
Demo%-parse.pgf: ../../lib/resource/demo/Demo%.gf
gfc $(GFCFLAGS) --make --erasing=on --name=Demo$*-parse $^