mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
15 lines
202 B
Makefile
15 lines
202 B
Makefile
all: html gfs exx links
|
|
|
|
links:
|
|
runghc MkLinks
|
|
|
|
gfs:
|
|
runghc mkgfs.hs
|
|
|
|
exx:
|
|
gf ExxSwe.gf ExGer.gf ExFre.gf ExFin.gf ExxEng.gf <exx.gfs
|
|
|
|
html:
|
|
cp ../Constructors.gf .
|
|
gfdoc -txthtml Constructors.gf
|