From: Bruno Haible Date: Fri, 14 Feb 2003 21:30:38 +0000 (+0000) Subject: Infrastructure. X-Git-Tag: v0.12~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe2bfd8bccabf4a2ed206315dd7bd10d3b0c7bb;p=thirdparty%2Fgettext.git Infrastructure. --- diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog new file mode 100644 index 000000000..de06c1e98 --- /dev/null +++ b/gettext-tools/po/ChangeLog @@ -0,0 +1,11 @@ +2003-02-12 Bruno Haible + + * POTFILES.in: Bring up to date. + + * Makefile.in.in (install-data, installdirs-data, uninstall-data): + Special case package 'gettext-tools'. + (.nop.po-update): Likewise. + (dist2): Distribute also ChangeLog.[0-9] if present. + + +See ChangeLog.0 for earlier changes. diff --git a/gettext-tools/po/Makevars b/gettext-tools/po/Makevars new file mode 100644 index 000000000..8b09f53b0 --- /dev/null +++ b/gettext-tools/po/Makevars @@ -0,0 +1,25 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Free Software Foundation, Inc. + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = diff --git a/gettext-tools/po/POTFILES.in b/gettext-tools/po/POTFILES.in new file mode 100644 index 000000000..46ae65ada --- /dev/null +++ b/gettext-tools/po/POTFILES.in @@ -0,0 +1,82 @@ +# List of files which contain translatable strings. +# Copyright (C) 1995, 1998, 2001-2003 Free Software Foundation, Inc. + +# For updating this file, look at the result of: +# $ grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly] + +# Files from the compatibility library +lib/argmatch.c +lib/copy-file.c +lib/error.c +lib/execute.c +lib/getopt.c +lib/javacomp.c +lib/javaexec.c +lib/obstack.c +lib/pipe-bidi.c +lib/pipe-in.c +lib/pipe-out.c +lib/wait-process.c +lib/xerror.c +lib/xmalloc.c +lib/xsetenv.c + +# Package source files +src/file-list.c +src/format-awk.c +src/format-c.c +src/format-elisp.c +src/format-java.c +src/format-librep.c +src/format-lisp.c +src/format-pascal.c +src/format-php.c +src/format-python.c +src/format-tcl.c +src/format-ycp.c +src/hostname.c +src/msgattrib.c +src/msgcat.c +src/msgcmp.c +src/msgcomm.c +src/msgconv.c +src/msgen.c +src/msgexec.c +src/msgfilter.c +src/msgfmt.c +src/msggrep.c +src/msginit.c +src/msgl-cat.c +src/msgl-charset.c +src/msgl-iconv.c +src/msgmerge.c +src/msgunfmt.c +src/msguniq.c +src/open-po.c +src/po-charset.c +src/po-gram-gen.c +src/po-lex.h +src/po-lex.c +src/read-java.c +src/read-mo.c +src/read-po.c +src/read-tcl.c +src/urlget.c +src/write-java.c +src/write-mo.c +src/write-po.c +src/write-tcl.c +src/x-awk.c +src/x-c.c +src/x-elisp.c +src/x-glade.c +src/x-librep.c +src/x-lisp.c +src/x-php.c +src/x-po.c +src/x-python.c +src/x-rst.c +src/x-smalltalk.c +src/x-tcl.c +src/x-ycp.c +src/xgettext.c