Page 1 of 1

Be upstream patch friendly for documentation

Posted: 2015-05-03T04:28:00-07:00
by broucaries
Hi,

Could be possible to not generate the
<!-- Magick Cache 25th July 2014 04:06 -->
line at the end of each documentation file for packaged documentation ?

a sed script for removing it from tar.gz will be really nice....

It is really painful for refreshing patch....

Bastien

Re: Be upstream patch friendly for documentation

Posted: 2015-05-03T05:16:28-07:00
by broucaries
See also private mail for patch

Re: Be upstream patch friendly for documentation

Posted: 2015-05-03T05:45:36-07:00
by broucaries
This one liner in doc directory do the trick

find . -type f -exec sed -i 's/^[[:space:]]*<!--[[:space:]]*Magick Cache.*$//g' {} \;

Re: Be upstream patch friendly for documentation

Posted: 2015-05-05T04:49:09-07:00
by magick
Will have a fix later today. Thanks.