forked from mia/Aegisub
Add a note why the 'sed' hack is nessicary.
Originally committed to SVN as r2899.
This commit is contained in:
parent
f893e8a29f
commit
8c8a0abe38
1 changed files with 2 additions and 0 deletions
|
@ -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:- \\\
|
||||
|
|
Loading…
Reference in a new issue