From: <lu...@us...> - 2002-09-15 21:55:30
|
Update of /cvsroot/libexif/exif/po In directory usw-pr-cvs1:/tmp/cvs-serv5071/po Modified Files: ChangeLog Added Files: Makevars Log Message: 2002-09-15 Lutz Müller <lu...@us...M * configure.in: * src/main.c: * src/actions.c: IRIS fixes by Andrea Suatoni <a.s...@te...> --- NEW FILE: Makevars --- # 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 = Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/po/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ChangeLog 9 Jun 2002 09:14:41 -0000 1.1 +++ ChangeLog 15 Sep 2002 21:55:27 -0000 1.2 @@ -1,3 +1,13 @@ +2002-09-16 gettextize <bug...@gn...> + + * Rules-quot: New file, from gettext-0.11.5. + * boldquot.sed: New file, from gettext-0.11.5. + * en@boldquot.header: New file, from gettext-0.11.5. + * en@quot.header: New file, from gettext-0.11.5. + * insert-header.sin: New file, from gettext-0.11.5. + * quot.sed: New file, from gettext-0.11.5. + * remove-potcdate.sin: New file, from gettext-0.11.5. + 2002-06-09 gettextize <bug...@gn...> * Makefile.in.in: Upgrade to gettext-0.10.40. |