diff --git a/emblems-debian/Makefile b/emblems-debian/Makefile index 0f25a2a..7203ca2 100644 --- a/emblems-debian/Makefile +++ b/emblems-debian/Makefile @@ -15,7 +15,7 @@ build: $(foreach SVG,$(EMBLEMS),$(foreach RES,$(RESOLUTIONS),$(SVG)-$(RES)x$(RES # Dynamically add rules for PNG generation for each resolution, for each emblem file define SVG_TO_PNG_RULE $1-$2x$2.png: $1.svg - rsvg-convert $$< -w $2 -h $2 > $$@ + rsvg-convert $$< -w $2 -h $2 -o $$@ endef $(foreach EMBLEM,$(EMBLEMS),$(foreach RES,$(RESOLUTIONS),$(eval $(call SVG_TO_PNG_RULE,$(EMBLEM),$(RES))))) diff --git a/futureprototype-theme/grub/Makefile b/futureprototype-theme/grub/Makefile index 6e01e18..b791e4c 100644 --- a/futureprototype-theme/grub/Makefile +++ b/futureprototype-theme/grub/Makefile @@ -16,9 +16,9 @@ install: $(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir) grub-4x3.png: grub-4x3.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ grub-16x9.png: grub-16x9.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ include ../../Makefile.inc diff --git a/joy-theme/grub/Makefile b/joy-theme/grub/Makefile index 00779ab..af95335 100644 --- a/joy-theme/grub/Makefile +++ b/joy-theme/grub/Makefile @@ -16,9 +16,9 @@ install: $(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir) grub-4x3.png: grub-4x3.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ grub-16x9.png: grub-16x9.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ include ../../Makefile.inc diff --git a/lines-theme/grub/Makefile b/lines-theme/grub/Makefile index c1b1db1..9b0f649 100644 --- a/lines-theme/grub/Makefile +++ b/lines-theme/grub/Makefile @@ -16,9 +16,9 @@ install: $(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir) grub-4x3.png: grub-4x3.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ grub-16x9.png: grub-16x9.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ include ../../Makefile.inc diff --git a/moonlight-theme/grub/Makefile b/moonlight-theme/grub/Makefile index 1145489..69931ff 100644 --- a/moonlight-theme/grub/Makefile +++ b/moonlight-theme/grub/Makefile @@ -16,9 +16,9 @@ install: $(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir) grub-4x3.png: grub-4x3.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ grub-16x9.png: grub-16x9.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ include ../../Makefile.inc diff --git a/softwaves-theme/grub/Makefile b/softwaves-theme/grub/Makefile index 85674fa..02b9ff4 100644 --- a/softwaves-theme/grub/Makefile +++ b/softwaves-theme/grub/Makefile @@ -16,9 +16,9 @@ install: $(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir) grub-4x3.png: grub-4x3.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ grub-16x9.png: grub-16x9.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ include ../../Makefile.inc diff --git a/spacefun-theme/grub/Makefile b/spacefun-theme/grub/Makefile index 928d8fb..18c0386 100644 --- a/spacefun-theme/grub/Makefile +++ b/spacefun-theme/grub/Makefile @@ -16,9 +16,9 @@ install: $(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir) grub-4x3.png: grub-4x3.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ grub-16x9.png: grub-16x9.svg - rsvg-convert $< > $@ + rsvg-convert $< -o $@ include ../../Makefile.inc