diff options
Diffstat (limited to 'sxpm/Makefile.am')
-rw-r--r-- | sxpm/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am index 1b63cb3..04571de 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -42,6 +42,14 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): sed $(MAN_SUBSTS) < $< > $@ +if USE_GETTEXT +noinst_DATA = sxpm.po + +sxpm.po: $(sxpm_SOURCES) + xgettext -c"L10N_Comments" -d sxpm -n $(sxpm_SOURCES) + +CLEANFILES += sxpm.po +endif endif EXTRA_DIST = \ |