diff options
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index 9c0c735be..a0955f91e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,3 +12,12 @@ resource: latex resource.tex latex resource.tex dvipdf resource.dvi + +# Converting SVG logos to PNG, using convert from ImageMagick +logos:: Logos/gf00.png Logos/gf0.png + +Logos/gf00.png: Logos/gf00.svg Makefile + convert -background none -size 264x216 -depth 8 $< $@ + +Logos/gf0.png: Logos/gf0.svg Makefile + convert -background none -size 320x240 -depth 8 $< $@ |
