~vcs-imports/libiconv/trunk

« back to all changes in this revision

Viewing changes to po/Rules-quot

  • Committer: Bruno Haible
  • Date: 2024-12-15 12:23:08 UTC
  • Revision ID: git-v1:8d618a87265040dc882b451e39c6a39e610395be
Prepare for version 1.18.

* configure.ac: Bump version number to 1.18.
* include/iconv.h.in (_LIBICONV_VERSION): Likewise.
* lib/Makefile.in (LIBICONV_VERSION_INFO): Bump to 9:0:7.
* src/iconv.c (print_version): Update copyright year.
* windows/iconv.rc: Likewise.
* windows/libiconv.rc: Likewise.
* README: Update download link.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Special Makefile rules for English message catalogs with quotation marks.
2
2
#
3
 
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
4
 
# This file, Rules-quot, and its auxiliary files (listed under
5
 
# DISTFILES.common.extra1) are free software; the Free Software Foundation
6
 
# gives unlimited permission to use, copy, distribute, and modify them.
 
3
# Copyright (C) 2001-2024 Free Software Foundation, Inc.
 
4
# This file is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
# This file is offered as-is, without any warranty.
 
8
#
 
9
# Written by Bruno Haible <bruno@clisp.org>, 2001.
7
10
 
8
 
DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
 
11
DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sed Rules-quot
9
12
 
10
13
.SUFFIXES: .insert-header .po-update-en
11
14
 
26
29
        LC_ALL=C; export LC_ALL; \
27
30
        cd $(srcdir); \
28
31
        if $(MSGINIT) $(MSGINIT_OPTIONS) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null \
29
 
           | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \
 
32
           | $(SED) -f $$tmpdir/$$lang.insert-header | $(SED) -e '/^%%/d' \
 
33
           | $(MSGCONV) -t UTF-8 | \
30
34
           { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
31
35
             '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \
32
36
               $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \
51
55
          rm -f $$tmpdir/$$lang.new.po; \
52
56
        fi
53
57
 
54
 
en@quot.insert-header: insert-header.sin
55
 
        sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
 
58
en@quot.insert-header: insert-header.sed
 
59
        sed -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sed > en@quot.insert-header
56
60
 
57
 
en@boldquot.insert-header: insert-header.sin
58
 
        sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header
 
61
en@boldquot.insert-header: insert-header.sed
 
62
        sed -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sed > en@boldquot.insert-header
59
63
 
60
64
mostlyclean: mostlyclean-quot
61
65
mostlyclean-quot: