Re: spring cleaning in gtk-doc for next-next verison (1.21)

2014-02-06 Thread Emmanuele Bassi
hi Stefan; thanks for looking into this. On 6 February 2014 15:50, Stefan Sauer enso...@hora-obscura.de wrote: Small followup: as per: for dir in $(find . -wholename */tmpl | cut -d'/' -f2 | sort -u); do if egrep -q \-\-flavour.no-tmpl $dir/configure.*; then echo $dir has stale tmpl dirs;

Re: spring cleaning in gtk-doc for next-next verison (1.21)

2014-02-06 Thread Stefan Sauer
Small followup: as per: for dir in $(find . -wholename */tmpl | cut -d'/' -f2 | sort -u); do if egrep -q \-\-flavour.no-tmpl $dir/configure.*; then echo $dir has stale tmpl dirs; fi; done these packages have docs/*/tmpl directories in git while using --flavour=no-tmpl. Please delete the tmpl