1
0
forked from GitHub/gf-rgl
Files
gf-rgl/doc/Makefile
2018-11-28 23:46:45 +01:00

22 lines
321 B
Makefile

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