]> git.ipfire.org Git - thirdparty/gettext.git/commit
examples: Include hello-*.pot in the distribution
authorDaiki Ueno <ueno@gnu.org>
Fri, 5 Dec 2014 04:49:31 +0000 (13:49 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 5 Dec 2014 04:54:27 +0000 (13:54 +0900)
commit0347f97401bdbc6d0cc767e5eac0d65930a1debe
treea5c2c4f225e0d611d1fa31f65b4da7b0e2f3eeb2
parent6194e04bc89968548d4e7fcefffcfe65cce0fafb
examples: Include hello-*.pot in the distribution

Partially revert 2c3d71ce, as it broke "make dist".  Instead,
include all the generated POT files in the distribution to prevent
re-generation of those files.
* Makefile.am (distdir1): Call update-po in po/Makefile.
* po/Makefile.am ($(DOMAIN).pot-update): Specify --directory for
xgettext invocation.
(DISTCLEANFILES): Move $(SMALLPOTS)...
(MAINTAINERCLEANFILES): ...here.
(distdir1): Include $(SMALLPOTS) in the distribution.
gettext-tools/examples/ChangeLog
gettext-tools/examples/Makefile.am
gettext-tools/examples/po/Makefile.am