1
0
forked from GitHub/gf-rgl
Files
gf-rgl/doc/Makefile
John J. Camilleri 20efc48e21 Fix making of "sources.html"
Uses same template as synopsis, maybe this shoudl be generalised a bit
2018-11-13 09:50:10 +01:00

22 lines
291 B
Makefile

.PHONY: all status synopsis abstract sources
GFDOC=gfdoc
S=../src
all: synopsis
status: status.html
synopsis:
make -C synopsis
sources:
make -C gfdoc sources.html
status.html:
txt2tags -thtml status.txt
abstract:
$(GFDOC) -txthtml $S/abstract/*.gf
mv $S/abstract/*.html abstract