]> sjero.net Git - wget/blob - po/Rules-quot
63e2d1ebba4fec23a3f0fa4f9928f1f5d1514fa2
[wget] / po / Rules-quot
1 # Special Makefile rules for English message catalogs with quotation marks.
2
3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
4
5 .SUFFIXES: .insert-header .po-update-en
6
7 en@quot.po: en@quot.po-create
8 en@quot.po-create:
9         $(MAKE) en@quot.po-update
10 en@boldquot.po: en@boldquot.po-create
11 en@boldquot.po-create:
12         $(MAKE) en@boldquot.po-update
13
14 en@quot.po-update: en@quot.po-update-en
15 en@boldquot.po-update: en@boldquot.po-update-en
16
17 en@quot.po-update-en: $(srcdir)/$(DOMAIN).pot
18 en@boldquot.po-update-en: $(srcdir)/$(DOMAIN).pot
19
20 .insert-header.po-update-en:
21         @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
22         if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
23         tmpdir=`pwd`; \
24         echo "$$lang:"; \
25         ll=`echo $$lang | sed -e 's/@.*//'`; \
26         LC_ALL=C; export LC_ALL; \
27         cd $(srcdir); \
28         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 \
29           if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
30             rm -f $$tmpdir/$$lang.new.po; \
31           else \
32             if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
33               :; \
34             else \
35               echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
36               exit 1; \
37             fi; \
38           fi; \
39         else \
40           echo "creation of $$lang.po failed!" 1>&2; \
41           rm -f $$tmpdir/$$lang.new.po; \
42         fi
43
44 en@quot.insert-header: insert-header.sin
45         sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
46
47 en@boldquot.insert-header: insert-header.sin
48         sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header
49
50 mostlyclean: mostlyclean-quot
51 mostlyclean-quot:
52         rm -f *.insert-header
53
54 en_US.po: en_US.po-update
55
56 en_US.po-update: en@quot.po
57         cp $^ en_US.po