Changeset 1537
- Timestamp:
- 01/24/09 22:54:53 (4 years ago)
- Files:
-
- 1 modified
-
grafik/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
grafik/Makefile
r1535 r1537 35 35 mkdir -p tastatur3d/hauptfeld 36 36 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 $@ 38 38 39 39 tastatur3d/ziffernfeld/%.png: tastatur3d/%.svg 40 40 mkdir -p tastatur3d/ziffernfeld 41 41 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 $@ 43 43 44 44 tastatur3d/haupt_ziffern_feld/%.png: tastatur3d/%.svg tastatur3d/hauptfeld/%.png tastatur3d/ziffernfeld/%.png … … 47 47 convert +append tastatur3d/hauptfeld/$*.png /tmp/$*_tmp.png $@ 48 48 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 $@ 50 50 51 51 %.pdf: %.svg … … 54 54 %.png: %.svg 55 55 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 $@ 57 57 58 58 .PHONY: default clean pdf cleanpdf png cleanpng ebenen cleanebenen
