head	1.1;
branch	1.1.1;
access;
symbols
	gettext-0_16_1:1.1.1.2
	gettext-0_16:1.1.1.2
	gettext-0_15:1.1.1.2
	gettext-0_14_6:1.1.1.2
	gettext-0_14_5:1.1.1.2
	gettext-0_14_4:1.1.1.2
	gettext-0_14_3:1.1.1.2
	gettext-0_14_2:1.1.1.2
	gettext-0_14_1:1.1.1.2
	gettext-0_14:1.1.1.2
	gettext-0_13_1:1.1.1.1
	gettext-0_13:1.1.1.1
	gettext-0_12_1:1.1.1.1
	gettext-0_12:1.1.1.1
	gettext-0_11_5:1.1.1.1
	gettext-0_11_4:1.1.1.1
	gettext-0_11_3:1.1.1.1
	gettext-0_11_2:1.1.1.1
	gettext-0_11_1:1.1.1.1
	gettext-0_11:1.1.1.1
	release:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2002.05.01.17.56.22;	author bruno;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.05.01.17.56.22;	author bruno;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2004.01.28.20.25.13;	author bruno;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@# Special Makefile rules for English message catalogs with quotation marks.

DISTFILES.common.extra1 = quot.sed boldquot.sed en@@quot.header en@@boldquot.header insert-header.sin Rules-quot

.SUFFIXES: .insert-header .po-update-en

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"; 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

en@@quot.insert-header: insert-header.sin
	sed -e '/^#/d' -e 's/HEADER/en@@quot.header/g' $(srcdir)/insert-header.sin > en@@quot.insert-header

en@@boldquot.insert-header: insert-header.sin
	sed -e '/^#/d' -e 's/HEADER/en@@boldquot.header/g' $(srcdir)/insert-header.sin > en@@boldquot.insert-header

mostlyclean: mostlyclean-quot
mostlyclean-quot:
	rm -f *.insert-header
@


1.1.1.1
log
@Import gettext-0.11
@
text
@@


1.1.1.2
log
@Import gettext-0.14
@
text
@a6 5
en@@quot.po-create:
	$(MAKE) en@@quot.po-update
en@@boldquot.po-create:
	$(MAKE) en@@boldquot.po-update

@

