mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
17 lines
265 B
Makefile
17 lines
265 B
Makefile
.PHONY: abstract synopsis
|
|
|
|
all: synopsis abstract
|
|
|
|
index:
|
|
txt2tags -thtml index.txt
|
|
synopsis:
|
|
runghc MkSynopsis.hs
|
|
|
|
categories-imagemap.html: categories.dot
|
|
dot -Tcmapx $^ > $@
|
|
|
|
abstract:
|
|
gfdoc -txthtml ../src/abstract/*.gf
|
|
mv ../src/abstract/*.html abstract
|
|
|