diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-04 13:49:19 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-04 14:24:04 +0200 |
commit | febff9d2a35c4f40abbaf8943146476bdeac671e (patch) | |
tree | f859c2299cbd3924e392e2d8e1aea69dcb953dce /po/Makevars | |
parent | f5034ceb5b7ec349ae19a8abdeec85835183d8ea (diff) | |
download | libguestfs-febff9d2a35c4f40abbaf8943146476bdeac671e.tar.gz libguestfs-febff9d2a35c4f40abbaf8943146476bdeac671e.tar.xz libguestfs-febff9d2a35c4f40abbaf8943146476bdeac671e.zip |
build: remove more files added by ./autogen.sh
* po/LINGUAS: Remove file.
* po/Makefile.in.in: Likewise.
* po/Makevars: Likewise.
* po/Rules-quot: Likewise.
* po/boldquot.sed: Likewise.
* po/en@boldquot.header: Likewise.
* po/en@quot.header: Likewise.
* po/insert-header.sin: Likewise.
* po/quot.sed: Likewise.
* po/remove-potcdate.sin: Likewise.
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/po/Makevars b/po/Makevars deleted file mode 100644 index 76b47a47..00000000 --- a/po/Makevars +++ /dev/null @@ -1,42 +0,0 @@ -# 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. -# --keyword=__ etc are for Perl code using perl-libintl. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=__ --keyword=__x - -# 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 = Red Hat Inc. - -# This is the email address or URL to which the translators shall report -# bugs in the untranslated strings: -# - Strings which are not entire sentences, see the maintainer guidelines -# in the GNU gettext documentation, section 'Preparing Strings'. -# - Strings which use unclear terms or require additional context to be -# understood. -# - Strings which make invalid assumptions about notation of date, time or -# money. -# - Pluralisation problems. -# - Incorrect English spelling. -# - Incorrect formatting. -# It can be your email address, or a mailing list address where translators -# can write to without being subscribed, or the URL of a web page through -# which the translators can contact you. -MSGID_BUGS_ADDRESS = https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools - -# 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 = |