diff options
author | rbuj <[email protected]> | 2020-03-16 23:12:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-28 13:50:33 +0100 |
commit | 5ea4567c1454d8b030fb9c53679c4294861a3996 (patch) | |
tree | 7dd1ab5c0f707c52e2442a89b6704e700fae82a8 /po/Rules-quot | |
parent | d7c81fd352f6b299fdc8005f55b1962aab44a9f8 (diff) | |
download | mate-notification-daemon-5ea4567c1454d8b030fb9c53679c4294861a3996.tar.bz2 mate-notification-daemon-5ea4567c1454d8b030fb9c53679c4294861a3996.tar.xz |
build: Remove generated files
Diffstat (limited to 'po/Rules-quot')
-rw-r--r-- | po/Rules-quot | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/po/Rules-quot b/po/Rules-quot deleted file mode 100644 index 5f46d23..0000000 --- a/po/Rules-quot +++ /dev/null @@ -1,42 +0,0 @@ -# Special Makefile rules for English message catalogs with quotation marks. - -DISTFILES.common.extra1 = quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot - -.SUFFIXES: .insert-header .po-update-en - - -.insert-header.po-update-en: - @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ - if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ - tmpdir=`pwd`; \ - echo "$$lang:"; \ - ll=`echo $$lang | sed -e 's/@.*//'`; \ - LC_ALL=C; export LC_ALL; \ - cd $(srcdir); \ - if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ - if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "creation of $$lang.po failed!" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi - [email protected]: insert-header.sin - sed -e '/^#/d' -e 's/HEADER/[email protected]/g' $(srcdir)/insert-header.sin > [email protected] - [email protected]: insert-header.sin - sed -e '/^#/d' -e 's/HEADER/[email protected]/g' $(srcdir)/insert-header.sin > [email protected] - -mostlyclean: mostlyclean-quot -mostlyclean-quot: - rm -f *.insert-header |