On 16.06.2012 23:28, Michael Biebl wrote: > It also seems to modify files (unicode-unihan.h) which are not properly > cleaned up and would end up in a debdiff if built twice in a row.
From a cursory glance, we might want to clean up gucharmap/unicode-* on
clean::
rm -f gucharmap/unicode-*
We could also use
clean::
grep -l "Generated by ./gen-guch-unicode-tables.pl" gucharmap/* | xargs
rm
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature

