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
Be upstream patch friendly for documentation
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: Be upstream patch friendly for documentation
See also private mail for patch
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: Be upstream patch friendly for documentation
This one liner in doc directory do the trick
find . -type f -exec sed -i 's/^[[:space:]]*<!--[[:space:]]*Magick Cache.*$//g' {} \;
find . -type f -exec sed -i 's/^[[:space:]]*<!--[[:space:]]*Magick Cache.*$//g' {} \;
Re: Be upstream patch friendly for documentation
Will have a fix later today. Thanks.