Re: Binary Changes Drill
* "Paul" == Paul Serice <ugs@laci.net> wrote:
Paul> What's the drill whenever I have "binary changes" to the
Paul> upstream tarball? I ask because there are some chess images
Paul> (gif format) that make for a nice html-based cmoputer annotation
Paul> of games that aren't distributed with the main Crafty source.
gifs are binary files, and diff can't cope with it.
I had the same thing with a png image.
Solution:
encode the image with uuencode
uudecode in the build target, rm the png in the clean target.
Ciao,
Martin
Reply to: