Edit

kc3-lang/libiconv/po/Rules-quot

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2024-12-15 13:11:29
    Hash : deb432a1
    Message : Use the newest gettext release. * po/Makefile.in.in: Upgrade to gettext-0.23, keeping the change 2019-01-27 Bruno Haible <bruno@clisp.org> Accommodate a shell that is not in /bin/sh. * po/Makefile.in.in (SHELL): Use the value found by configure. * po/*: Upgrade to gettext-0.23 as well.

  • po/Rules-quot
  • # Special Makefile rules for English message catalogs with quotation marks.
    #
    # Copyright (C) 2001-2024 Free Software Foundation, Inc.
    # This file is free software; the Free Software Foundation
    # gives unlimited permission to copy and/or distribute it,
    # with or without modifications, as long as this notice is preserved.
    # This file is offered as-is, without any warranty.
    #
    # Written by Bruno Haible <bruno@clisp.org>, 2001.
    
    DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sed Rules-quot
    
    .SUFFIXES: .insert-header .po-update-en
    
    en@quot.po-create:
    	$(MAKE) en@quot.po-update
    en@boldquot.po-create:
    	$(MAKE) en@boldquot.po-update
    
    en@quot.po-update: en@quot.po-update-en
    en@boldquot.po-update: en@boldquot.po-update-en
    
    .insert-header.po-update-en:
    	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
    	if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; 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) $(MSGINIT_OPTIONS) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null \
    	   | $(SED) -f $$tmpdir/$$lang.insert-header | $(SED) -e '/^%%/d' \
    	   | $(MSGCONV) -t UTF-8 | \
    	   { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
    	     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \
    	       $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \
    	       ;; \
    	     *) \
    	       $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \
    	       ;; \
    	     esac } 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
    
    en@quot.insert-header: insert-header.sed
    	sed -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sed > en@quot.insert-header
    
    en@boldquot.insert-header: insert-header.sed
    	sed -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sed > en@boldquot.insert-header
    
    mostlyclean: mostlyclean-quot
    mostlyclean-quot:
    	rm -f *.insert-header