examples/app/Makefile: fix dependencies and grammar name for App12.pgf

This commit is contained in:
hallgren
2014-12-03 12:26:55 +00:00
parent d84faceeca
commit 718f09bc8c

View File

@@ -15,10 +15,10 @@ APP11=AppEng.pgf AppBul.pgf AppChi.pgf AppGer.pgf AppSwe.pgf AppHin.pgf AppFin.p
APP12=$(APP11) AppCat.pgf
# With dependencies:
App11.pgf: $(APP)
App11.pgf: $(APP11)
$(GFMKT) -name=App11 $(APP11) +RTS -K200M
App12.pgf: $(APP)
$(GFMKT) -name=App11 $(APP12) +RTS -K200M
App12.pgf: $(APP12)
$(GFMKT) -name=App12 $(APP12) +RTS -K200M
# Without dependencies:
App11: