Commit dd1aa75cfe8cf98a81d5bf57292d3c9c5c5ac9f9
1 parent
8cea2eb9
Using vectorized version of Polytech Instrumentation
Showing
3 changed files
with
3 additions
and
1 deletions
Show diff stats
img/.gitignore
img/Makefile
... | ... | @@ -31,8 +31,9 @@ legoEducation.png: |
31 | 31 | convert $@ -resize x200 $@ |
32 | 32 | optipng -o7 $@ |
33 | 33 | |
34 | -polytechInstrumentation2.png: polytechInstrumentation.svg | |
34 | +polytechInstrumentation.png: polytechInstrumentation.svg | |
35 | 35 | convert -background none $< $@ |
36 | + optipng -o7 $@ | |
36 | 37 | |
37 | 38 | # DESCRIPTION |
38 | 39 | descDescriptif.jpg: orig/descDescriptif.jpg | ... | ... |
img/polytechInstrumentation.png deleted
93.1 KB