Commit d8c0ab94160aae248dd88f0cf8c772eb0cc7462b
1 parent
2b9aae38
Exists in
master
and in
5 other branches
Ajustes para geração da versão personalizada.
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
src/pw3270/Makefile.in
... | ... | @@ -156,6 +156,14 @@ $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/%.png: \ |
156 | 156 | @$(SVG2PNG) $< --format=png > $@ |
157 | 157 | @$(OPTIPNG) -o7 $@ |
158 | 158 | |
159 | +$(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/%.png: \ | |
160 | + %.png | |
161 | + | |
162 | + @echo $< ... | |
163 | + @$(MKDIR) `dirname $@` | |
164 | + @$(SVG2PNG) $< --format=png > $@ | |
165 | + @$(OPTIPNG) -o7 $@ | |
166 | + | |
159 | 167 | #---[ Release Targets ]------------------------------------------------------------------ |
160 | 168 | |
161 | 169 | all: \ | ... | ... |