Changeset 1537

Show
Ignore:
Timestamp:
01/24/09 22:54:53 (4 years ago)
Author:
dennis
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • grafik/Makefile

    r1535 r1537  
    3535        mkdir -p  tastatur3d/hauptfeld 
    3636        inkscape --without-gui --export-id="Haupttastaturfeld" --export-png=$@ -h200 tastatur3d/$*.svg 
    37         mogrify -depth 8 -colors 256 -type Palette +dither -alpha off -alpha on $@ 
     37        mogrify -colors 256 -type Palette +dither -alpha off -alpha on -depth 8 $@ 
    3838 
    3939tastatur3d/ziffernfeld/%.png: tastatur3d/%.svg 
    4040        mkdir -p tastatur3d/ziffernfeld 
    4141        inkscape --without-gui --export-id="Ziffernblock" --export-png=$@ -h200 tastatur3d/$*.svg 
    42         mogrify -depth 8 -colors 256 -type Palette +dither -alpha off -alpha on $@ 
     42        mogrify -colors 256 -type Palette +dither -alpha off -alpha on $@ 
    4343 
    4444tastatur3d/haupt_ziffern_feld/%.png: tastatur3d/%.svg tastatur3d/hauptfeld/%.png tastatur3d/ziffernfeld/%.png 
     
    4747        convert +append tastatur3d/hauptfeld/$*.png /tmp/$*_tmp.png $@ 
    4848        rm /tmp/$*_tmp.png 
    49         mogrify -depth 8 -colors 256 -type Palette +dither -alpha off -alpha on $@ 
     49        mogrify -colors 256 -type Palette +dither -alpha off -alpha on $@ 
    5050 
    5151%.pdf: %.svg 
     
    5454%.png: %.svg 
    5555        inkscape --without-gui --export-png=$@ -w1000 $< 
    56         mogrify -depth 8 -colors 256 -type Palette +dither -alpha off -alpha on $@ 
     56        mogrify -colors 256 -type Palette +dither -alpha off -alpha on $@ 
    5757 
    5858.PHONY: default clean pdf cleanpdf png cleanpng ebenen cleanebenen