1
0
forked from GitHub/gf-rgl
Files
gf-rgl/doc/Makefile
John J. Camilleri 74384044c9 Move everything related to synopsis into subfolder
Clean up some unused and generated files
2018-11-12 10:05:42 +01:00

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