From d8c0ab94160aae248dd88f0cf8c772eb0cc7462b Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 24 Jan 2017 18:06:52 -0200 Subject: [PATCH] Ajustes para geração da versão personalizada. --- src/pw3270/Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/src/pw3270/Makefile.in b/src/pw3270/Makefile.in index 84db20f..6963a39 100644 --- a/src/pw3270/Makefile.in +++ b/src/pw3270/Makefile.in @@ -156,6 +156,14 @@ $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/%.png: \ @$(SVG2PNG) $< --format=png > $@ @$(OPTIPNG) -o7 $@ +$(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/%.png: \ + %.png + + @echo $< ... + @$(MKDIR) `dirname $@` + @$(SVG2PNG) $< --format=png > $@ + @$(OPTIPNG) -o7 $@ + #---[ Release Targets ]------------------------------------------------------------------ all: \ -- libgit2 0.21.2