forked from GitHub/gf-core
Documentation fixes
+ Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files. + Add program update_html that finds all .t2t documents and updates the corresponding .html file. It can be invoked with 'make html'. + Add style to some .html documents
This commit is contained in:
11
doc/Makefile
11
doc/Makefile
@@ -21,14 +21,3 @@ Logos/gf00.png: Logos/gf00.svg Makefile
|
||||
|
||||
Logos/gf0.png: Logos/gf0.svg Makefile
|
||||
convert -background 'rgba(255,255,255,0)' -size 320x240 -depth 8 $< $@
|
||||
|
||||
### Updating automatically generated HTML files
|
||||
|
||||
GENERATED_HTML=gf-developers.html
|
||||
|
||||
%.html: %.txt
|
||||
txt2tags $<
|
||||
|
||||
generated_html:: $(GENERATED_HTML)
|
||||
|
||||
gf-developers.html: gf-developers.txt
|
||||
|
||||
Reference in New Issue
Block a user