mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-22 12:16:23 -06:00
74384044c9
Clean up some unused and generated files
19 lines
245 B
Makefile
19 lines
245 B
Makefile
.PHONY: all status synopsis abstract
|
|
|
|
GFDOC=gfdoc
|
|
S=../src
|
|
|
|
all: synopsis
|
|
|
|
status: status.html
|
|
|
|
synopsis:
|
|
make -C synopsis
|
|
|
|
status.html:
|
|
txt2tags -thtml status.txt
|
|
|
|
abstract:
|
|
$(GFDOC) -txthtml $S/abstract/*.gf
|
|
mv $S/abstract/*.html abstract
|