summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-java/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
* 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-7/+29
* 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/+3
* po, examples: Use case-insensitive search for "GNU <PACKAGE_NAME>".Bruno Haible2018-10-241-2/+2
* 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: hello-java*: Fix 'make distcheck'.Bruno Haible2018-10-191-5/+38
* examples: Fix 'make dist' failures in VPATH builds.Bruno Haible2018-10-181-0/+1
* examples: hello-java*: Fix "make dist".Bruno Haible2018-10-181-13/+13
* examples: Fix 'make' failures in VPATH builds.Bruno Haible2018-10-181-7/+8
* examples: hello-java: Fix 'make' failure.Bruno Haible2018-10-171-1/+1
* Silence the msgmerge invocations.Bruno Haible2009-08-161-6/+12
* Pass --verbose to msgfmt when producing statistics.Bruno Haible2009-06-231-4/+4
* 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
* Fix copy&paste mistake.Bruno Haible2009-06-231-1/+1
* 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
* 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/+204