From 2ea1da41e818da39339360ca6ea67cc47839b22f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 29 Nov 2014 15:25:38 -0500 Subject: Use a Makefile to generate '.png's --- .gitignore | 10 ++++++++++ Makefile | 39 +++++++++++++++++++++++++++++++++++++++ dir.png | Bin 652 -> 0 bytes file.png | Bin 622 -> 0 bytes iso.png | Bin 1066 -> 0 bytes parent.png | Bin 672 -> 0 bytes pkg.png | Bin 831 -> 0 bytes repo.png | Bin 768 -> 0 bytes tar.png | Bin 679 -> 0 bytes torrent.png | Bin 890 -> 0 bytes txt.png | Bin 683 -> 0 bytes 11 files changed, 49 insertions(+) create mode 100644 Makefile delete mode 100644 dir.png delete mode 100644 file.png delete mode 100644 iso.png delete mode 100644 parent.png delete mode 100644 pkg.png delete mode 100644 repo.png delete mode 100644 tar.png delete mode 100644 torrent.png delete mode 100644 txt.png diff --git a/.gitignore b/.gitignore index b25c15b..40cf349 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,11 @@ +*.svg.png *~ +dir.png +file.png +iso.png +parent.png +pkg.png +repo.png +tar.png +torrent.png +txt.png diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ce74c24 --- /dev/null +++ b/Makefile @@ -0,0 +1,39 @@ +# SVG2PNG: Each is buggy in their own way +# ImageMagick: doesn't support transparency +#SVG2PNG = convert $1 -format png $(if $3,-resize $3x)$(if $4,$4) $(if $5,-bacground $5) $2 +# librsvg: doesn't support