From 8c8a0abe38cbd950d13e31438bc874059d2e72c2 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 4 May 2009 06:52:45 +0000 Subject: [PATCH] Add a note why the 'sed' hack is nessicary. Originally committed to SVN as r2899. --- aegisub/scripts/unix-gen-xpm.awk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aegisub/scripts/unix-gen-xpm.awk b/aegisub/scripts/unix-gen-xpm.awk index 62c0b161b..3913cd6af 100644 --- a/aegisub/scripts/unix-gen-xpm.awk +++ b/aegisub/scripts/unix-gen-xpm.awk @@ -11,6 +11,8 @@ all: bmp2xpm \n \ CONVERT ?= %s \n \ ", BIN_CONVERT) +# Yes, the 'sed' hack is annoying, if anyone wants to know why it's nessicary +# I direct them to coders/xpm.c:734 in ImageMagick 6.5.1 for (v in image) { printf("%s_xpm.xpm: %s\n", v, image[v]) printf(" $(CONVERT) -transparent \"#c0c0c0\" %s xpm:- \\\