Makefile
changeset 632 21c366ba2c6d
parent 624 934a2a6cbe27
child 633 f622dfd21f2c
--- a/Makefile	Sun Nov 06 15:40:03 2016 +0200
+++ b/Makefile	Tue Nov 08 00:28:05 2016 +0200
@@ -588,14 +588,6 @@
 todo:
 	grep -nH 'TODO\|XXX' $(RST_FILES) $(C5_FILES)
 
-.PHONY: logo-png
-logo-png: logo-64x64.png
-
-# Require:
-#   $ sudo apt-get install imagemagick librsvg2-bin
-%.png: %.svg
-	convert +antialias -background transparent $< $@
-
 ################################################################
 # Clean targets.