~ubuntu-branches/ubuntu/hardy/gnupg2/hardy-proposed

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-05-15 13:54:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070515135455-89qfyalmgjy6gcqw
Tags: 2.0.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).
  - Build-depend on libcurl3-gnutls-dev
  - g10/call-agent.c: set DBG_ASSUAN to 0 to suppress a debug message
  - Include /doc files as done with gnupg
  - debian/rules: add doc/com-certs.pem to the docs for gpgsm
  - debian/copyright: update download url
  - debian/README.Debian: remove note the gnupg2 isn't released yet.
  - debian/control: Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# Please note that the actual code of GNU gettext is covered by the GNU
9
9
# General Public License and is *not* in the public domain.
10
10
#
11
 
# Origin: gettext-0.15
 
11
# Origin: gettext-0.16
12
12
 
13
13
PACKAGE = @PACKAGE@
14
14
VERSION = @VERSION@
30
30
 
31
31
INSTALL = @INSTALL@
32
32
INSTALL_DATA = @INSTALL_DATA@
 
33
 
 
34
# We use $(mkdir_p).
 
35
# In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
 
36
# "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
 
37
# @install_sh@ does not start with $(SHELL), so we add it.
 
38
# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
 
39
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
 
40
# versions, $(mkinstalldirs) and $(install_sh) are unused.
33
41
mkinstalldirs = $(SHELL) @install_sh@ -d
 
42
install_sh = $(SHELL) @install_sh@
 
43
MKDIR_P = @MKDIR_P@
34
44
mkdir_p = @mkdir_p@
35
45
 
36
46
GMSGFMT_ = @GMSGFMT@