forked from GitHub/gf-rgl
Fix making of "sources.html"
Uses same template as synopsis, maybe this shoudl be generalised a bit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: all status synopsis abstract
|
||||
.PHONY: all status synopsis abstract sources
|
||||
|
||||
GFDOC=gfdoc
|
||||
S=../src
|
||||
@@ -10,6 +10,9 @@ status: status.html
|
||||
synopsis:
|
||||
make -C synopsis
|
||||
|
||||
sources:
|
||||
make -C gfdoc sources.html
|
||||
|
||||
status.html:
|
||||
txt2tags -thtml status.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user