mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
make resources
This commit is contained in:
11
lib/resource-0.6/Makefile
Normal file
11
lib/resource-0.6/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all:
|
||||
make test ; make paradigms
|
||||
test:
|
||||
gf <mkTest.gfs
|
||||
paradigms:
|
||||
gf <mkParadigms.gfs
|
||||
gfdoc:
|
||||
gfdoc abstract/Combinations.gf abstract/Structural.gf english/ParadigmsEng.gf finnish/ParadigmsFin.gf french/ParadigmsFre.gf german/ParadigmsGer.gf italian/ParadigmsIta.gf russian/ParadigmsRus.gf swedish/ParadigmsSwe.gf ; mv */*.html doc
|
||||
|
||||
clean:
|
||||
rm -f */*.gfc */*.gfr
|
||||
Reference in New Issue
Block a user