diff options
Diffstat (limited to 'cxpm/Makefile.am')
-rw-r--r-- | cxpm/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cxpm/Makefile.am b/cxpm/Makefile.am index 4a1faa9..eea6dae 100644 --- a/cxpm/Makefile.am +++ b/cxpm/Makefile.am @@ -37,3 +37,11 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): sed $(MAN_SUBSTS) < $< > $@ +if USE_GETTEXT +noinst_DATA = cxpm.po + +cxpm.po: $(cxpm_SOURCES) + xgettext -c"L10N_Comments" -d cxpm -n $(cxpm_SOURCES) + +CLEANFILES += cxpm.po +endif |