mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
51 lines
2.5 KiB
Makefile
51 lines
2.5 KiB
Makefile
.PHONY: abstract synopsis
|
|
|
|
all: exx synopsis
|
|
|
|
index:
|
|
txt2tags -thtml index.txt
|
|
status:
|
|
txt2tags -thtml status.txt
|
|
synopsis:
|
|
runghc MkSynopsis.hs
|
|
|
|
categories-imagemap.html: categories.dot
|
|
dot -Tcmapx $^ > $@
|
|
|
|
abstract:
|
|
gfdoc -txthtml ../src/abstract/*.gf
|
|
mv ../src/abstract/*.html abstract
|
|
|
|
exx-script:
|
|
runghc MkExx.hs <api-examples.txt >api-examples.gfs
|
|
exx: exx-script
|
|
gf -retain -s alltenses/TryAfr.gfo <api-examples.gfs >api-examples-Afr.txt
|
|
gf -retain -s alltenses/TryBul.gfo <api-examples.gfs >api-examples-Bul.txt
|
|
gf -retain -s alltenses/TryCat.gfo <api-examples.gfs >api-examples-Cat.txt
|
|
gf -retain -s alltenses/TryChi.gfo <api-examples.gfs >api-examples-Chi.txt
|
|
gf -retain -s alltenses/TryDan.gfo <api-examples.gfs >api-examples-Dan.txt
|
|
gf -retain -s alltenses/TryDut.gfo <api-examples.gfs >api-examples-Dut.txt
|
|
gf -retain -s alltenses/TryEng.gfo <api-examples.gfs >api-examples-Eng.txt
|
|
gf -retain -s alltenses/TryEst.gfo <api-examples.gfs >api-examples-Est.txt
|
|
gf -retain -s alltenses/TryFin.gfo <api-examples.gfs >api-examples-Fin.txt
|
|
gf -retain -s alltenses/TryFre.gfo <api-examples.gfs >api-examples-Fre.txt
|
|
gf -retain -s alltenses/TryGer.gfo <api-examples.gfs >api-examples-Ger.txt
|
|
gf -retain -s alltenses/TryGre.gfo <api-examples.gfs >api-examples-Gre.txt
|
|
gf -retain -s alltenses/TryHin.gfo <api-examples.gfs >api-examples-Hin.txt
|
|
gf -retain -s alltenses/TryIta.gfo <api-examples.gfs >api-examples-Ita.txt
|
|
gf -retain -s alltenses/TryJpn.gfo <api-examples.gfs >api-examples-Jpn.txt
|
|
gf -retain -s alltenses/TryLav.gfo <api-examples.gfs >api-examples-Lav.txt
|
|
gf -retain -s alltenses/TryMlt.gfo <api-examples.gfs >api-examples-Mlt.txt
|
|
gf -retain -s alltenses/TryNep.gfo <api-examples.gfs >api-examples-Nep.txt
|
|
gf -retain -s alltenses/TryNor.gfo <api-examples.gfs >api-examples-Nor.txt
|
|
gf -retain -s alltenses/TryPes.gfo <api-examples.gfs >api-examples-Pes.txt
|
|
gf -retain -s alltenses/TryPnb.gfo <api-examples.gfs >api-examples-Pnb.txt
|
|
gf -retain -s alltenses/TryPol.gfo <api-examples.gfs >api-examples-Pol.txt
|
|
gf -retain -s alltenses/TryRon.gfo <api-examples.gfs >api-examples-Ron.txt
|
|
gf -retain -s alltenses/TryRus.gfo <api-examples.gfs >api-examples-Rus.txt
|
|
gf -retain -s alltenses/TrySnd.gfo <api-examples.gfs >api-examples-Snd.txt
|
|
gf -retain -s alltenses/TrySpa.gfo <api-examples.gfs >api-examples-Spa.txt
|
|
gf -retain -s alltenses/TrySwe.gfo <api-examples.gfs >api-examples-Swe.txt
|
|
gf -retain -s alltenses/TryTha.gfo <api-examples.gfs >api-examples-Tha.txt
|
|
gf -retain -s alltenses/TryUrd.gfo <api-examples.gfs >api-examples-Urd.txt
|