diff options
| author | aarne <aarne@chalmers.se> | 2014-12-08 10:20:06 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-12-08 10:20:06 +0000 |
| commit | 8ec5910ae21e99e721302f9b6a589c443d31d03b (patch) | |
| tree | 98399074e3d87ed7105411367ba6aed56dca3fd4 /examples/app/Makefile | |
| parent | fae9df25179fba14d5acdfded6d7d31955b6f550 (diff) | |
probabilities for new chunk rules ; Symb as another literal in app Makefile
Diffstat (limited to 'examples/app/Makefile')
| -rw-r--r-- | examples/app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/Makefile b/examples/app/Makefile index 2189c08f9..93777a3af 100644 --- a/examples/app/Makefile +++ b/examples/app/Makefile @@ -9,7 +9,7 @@ Phrasebook: cd ../phrasebook ; make forApp ; cd ../app S=-s -GFMKT=mkdir -p $(GFODIR) && gf $S -make -literal=PN -probs=$(PROBSFILE) -gfo-dir $(GFODIR) +GFMKT=mkdir -p $(GFODIR) && gf $S -make -literal=PN,Symb -probs=$(PROBSFILE) -gfo-dir $(GFODIR) APP11=AppEng.pgf AppBul.pgf AppChi.pgf AppGer.pgf AppSwe.pgf AppHin.pgf AppFin.pgf AppFre.pgf AppIta.pgf AppSpa.pgf AppDut.pgf APP12=$(APP11) AppCat.pgf |
