X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=po%2FMakefile.in.in;h=5fee5f919e17450551c5128c6fe8b12934d3034e;hb=a0d71b53fea6dfb12489f937de0eb7218b0d20ea;hp=f80ea5da1343975e884ddd0fcef624a8ad92bd85;hpb=567dfee6a02481d7e6ad74b90fa9d4939c9f4d5b;p=lyx.git diff --git a/po/Makefile.in.in b/po/Makefile.in.in index f80ea5da13..5fee5f919e 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -86,9 +86,9 @@ all-no: # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. -$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in +$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in $(top_srcdir)/src/ext_l10n.h $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ - --add-comments --keyword=_ --keyword=N_ \ + --escape --add-comments --keyword=_ --keyword=N_ \ --files-from=$(srcdir)/POTFILES.in \ && test ! -f $(PACKAGE).po \ || ( rm -f $(srcdir)/$(PACKAGE).pot \ @@ -199,7 +199,6 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS) rm -f $@-t \ && ( cd $(top_srcdir); \ grep -l "_(\".*\")" `find src -name \*.[hHC] -print` |\ - grep -v frontends/kde |\ sed -e '/xforms.forms/d' | \ sort -f -n | uniq ) > $@-t \ && echo "src/ext_l10n.h" >> $@-t \