mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
18 lines
259 B
Makefile
18 lines
259 B
Makefile
all: index synopsis
|
|
|
|
index:
|
|
txt2tags -thtml index.txt
|
|
synopsis:
|
|
runghc MkSynopsis.hs
|
|
|
|
categories-imagemap.html: categories.dot
|
|
dot -Tcmapx $^ > $@
|
|
|
|
clt:
|
|
txt2tags clt2006.txt
|
|
htmls clt2006.html
|
|
gslt:
|
|
txt2tags gslt-sem-2006.txt
|
|
htmls gslt-sem-2006.html
|
|
|