[PATCH 2/3] Fix pre-processing of files for xgettext (#1005644)

David Shea dshea at redhat.com
Tue Sep 10 18:15:50 UTC 2013


On 09/10/2013 12:10 PM, David Shea wrote:
> +%.desktop.in.h: %.desktop.in
> +	cd $(abs_top_builddir)/$(subdir)/$$(dirname $<) && \
> +	intltool-extract -q --type=gettext/quoted -l -s $(abs_top_srcdir)/$(subdir)/$$(dirname $<) $$(basename $<) && \
> +	mv tmp/$$(basename $@) . && \
> +	( rmdir tmp || exit 0 )
> +
Changed --type by accident. This one needs to be gettext/keys.


More information about the anaconda-patches mailing list