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

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

2014-02-01 Thread Stefan Sauer
hi, while a gtk-doc 1.20 is brewing with some awesome stuff coming, I like to remove some legacy features in the cycle afterwards. 1) I'd like to remove 'gtkdoc-scanobj'. This was used to introspect gtk-objects. The makefile fragments shipped with gtk-doc aren't calling this for years (since