Added rules to update automatically generated HTML files.

Only gf-developers.html is updated for now, but more files could be added to
the list.
This commit is contained in:
hallgren
2009-12-14 18:01:05 +00:00
parent 2c4c637d00
commit e3fcdaf280

View File

@@ -13,7 +13,7 @@ resource:
latex resource.tex
dvipdf resource.dvi
# Converting SVG logos to PNG, using convert from ImageMagick
### Converting SVG logos to PNG, using convert from ImageMagick
logos:: Logos/gf00.png Logos/gf0.png
Logos/gf00.png: Logos/gf00.svg Makefile
@@ -21,3 +21,14 @@ Logos/gf00.png: Logos/gf00.svg Makefile
Logos/gf0.png: Logos/gf0.svg Makefile
convert -background none -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