diff options
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 6ca9d2199..d498375b3 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -17,10 +17,10 @@ resource: logos:: Logos/gf00.png Logos/gf0.png Logos/gf00.png: Logos/gf00.svg Makefile - convert -background none -size 264x216 -depth 8 $< $@ + convert -background 'rgba(255,255,255,0)' -size 264x216 -depth 8 $< $@ Logos/gf0.png: Logos/gf0.svg Makefile - convert -background none -size 320x240 -depth 8 $< $@ + convert -background 'rgba(255,255,255,0)' -size 320x240 -depth 8 $< $@ ### Updating automatically generated HTML files |
