mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
resource lib name changed
This commit is contained in:
18
lib/resource/api/examples/Makefile
Normal file
18
lib/resource/api/examples/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
all: html gfs exx links
|
||||
|
||||
links:
|
||||
runghc MkLinks
|
||||
|
||||
gfs:
|
||||
runghc mkgfs.hs
|
||||
|
||||
exx:
|
||||
gf exxs.gfcm <exx.gfs
|
||||
|
||||
gfcm:
|
||||
echo "pm | wf exxs.gfcm" | gf ExxSwe.gf ExxGer.gf ExxFin.gf ExxEng.gf
|
||||
#ExxFre takes too long
|
||||
|
||||
html:
|
||||
cp ../Constructors.gf .
|
||||
gfdoc -txthtml Constructors.gf
|
||||
Reference in New Issue
Block a user