diff options
| author | hallgren <hallgren@altocumulus.org> | 2009-12-14 18:01:05 +0000 |
|---|---|---|
| committer | hallgren <hallgren@altocumulus.org> | 2009-12-14 18:01:05 +0000 |
| commit | e3fcdaf280c4cd592ee68473b0ef3468b11a56f1 (patch) | |
| tree | 72eeec7b86e41d292207dd9a59f384c787029023 /doc | |
| parent | 2c4c637d00c8a1b7284a38b71d33cd3295f27649 (diff) | |
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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index a0955f91e..6ca9d2199 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 |
