mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 04:52:51 -06:00
15 lines
205 B
Makefile
15 lines
205 B
Makefile
all: html gfs exx links
|
|
|
|
links:
|
|
runghc MkLinks
|
|
|
|
gfs:
|
|
runghc mkgfs.hs
|
|
|
|
exx:
|
|
gf ExxSwe.gf ExxGer.gf ExxFre.gf ExxFin.gf ExxEng.gf <exx.gfs
|
|
|
|
html:
|
|
cp ../Constructors.gf .
|
|
gfdoc -txthtml Constructors.gf
|