summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-python/po/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* po: In the Makefiles, enable --quiet by default when possible.Bruno Haible2023-03-141-11/+14
* po: Emit a warning when creating a tarball without POT file.Bruno Haible2020-04-111-1/+6
* po, examples: In the .po -> .gmo rules, really consider the newest changes to...Bruno Haible2020-04-051-1/+2
* Update bug reporting instructions.Bruno Haible2019-05-121-1/+1
* po: Make it possible to override xgettext options from Makefile.in.in.Bruno Haible2019-04-281-2/+4
* po, examples: Change .po -> .gmo rules to consider the newest changes to the ...Bruno Haible2018-10-251-4/+24
* po, examples: Put stamp-po in the source directory.Bruno Haible2018-10-241-16/+16
* po: Make "make maintainer-clean" erase the .pot file.Bruno Haible2018-10-241-1/+1
* po, examples: Use case-insensitive search for "GNU <PACKAGE_NAME>".Bruno Haible2018-10-241-2/+2
* po: Remove obsolete Makefile rules for .mo files.Bruno Haible2018-10-241-7/+1
* examples: Add support for msgmerge --previous.Bruno Haible2018-10-241-6/+10
* examples: Support reading header comments from file.Bruno Haible2018-10-241-0/+6
* examples: Make it possible to pass custom options to msginit.Bruno Haible2018-10-241-0/+6
* examples: Add an option to claim the package as GNU/non-GNU.Bruno Haible2018-10-241-9/+24
* examples: Avoid grepping through monster files.Bruno Haible2018-10-241-1/+9
* examples: Don't create unnecessary installation directories.Bruno Haible2018-10-241-2/+0
* examples: Fix 'make dist' failures in VPATH builds.Bruno Haible2018-10-181-0/+1
* Use $(MKDIR_P) instead of obsolete $(mkdir_p).Daiki Ueno2013-06-101-4/+4
* Silence the msgmerge invocations.Bruno Haible2009-08-161-6/+12
* Pass --verbose to msgfmt when producing statistics.Bruno Haible2009-06-231-2/+2
* Introduce a new header entry field 'Language'.Bruno Haible2009-06-231-4/+17
* Put all non-option arguments after all option arguments.Bruno Haible2009-06-231-1/+1
* Consider the XGETTEXT_EXTRA_OPTIONS variable.Bruno Haible2009-06-231-2/+2
* Don't pass --package-name option to xgettext older than 0.16.2.Bruno Haible2009-06-231-7/+18
* Pass the package name and version to xgettext.Bruno Haible2009-06-231-0/+7
* Remove all "Copyright (C) ..." notices from files that are in the publicBruno Haible2009-06-231-1/+0
* Cleanup also Cygwin-style core dumps.Bruno Haible2009-06-231-1/+1
* Stop using the mkinstalldirs script.Bruno Haible2009-06-231-4/+4
* Don't ignore the --localedir option from autoconf >= 2.60.Bruno Haible2009-06-231-3/+1
* Oops, fix bug in last patch.Bruno Haible2009-06-231-1/+1
* If $(DOMAIN).pot does not exist, make stamp-po a nop and don't distributeBruno Haible2009-06-231-5/+20
* Use PACKAGE_BUGREPORT if MSGID_BUGS_ADDRESS is empty.Bruno Haible2009-06-231-2/+7
* Create autogenerated PO files if they don't exist.Bruno Haible2009-06-231-5/+16
* Example package demonstrating the use of gettext.Bruno Haible2009-06-231-0/+291