Add a note why the 'sed' hack is nessicary.

Originally committed to SVN as r2899.
This commit is contained in:
Amar Takhar 2009-05-04 06:52:45 +00:00
parent 952935cbea
commit 763231423b
1 changed files with 2 additions and 0 deletions

View File

@ -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:- \\\