diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-03-03 07:11:41 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-03-03 07:22:41 -0500 |
commit | 79321c0d8a0a5ed75a441b6720aaf8edb0dba6f9 (patch) | |
tree | 614d0cdf09b6f7da43b3558f5bb8ca1feef3bbde /Makefile.am | |
parent | 48c93fb347d475cd4547b4fbf88afa2ef369b220 (diff) | |
download | gtk+-79321c0d8a0a5ed75a441b6720aaf8edb0dba6f9.tar.gz |
Make a pot generating command available
Translators don't want to run autogen before generating pot,
so give them a script.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2b72ff93b2..a4c56a7701 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,8 @@ EXTRA_DIST += \ gtk-zip.sh.in \ sanitize-la.sh \ po/README.translators \ - po/po2tbl.sed.in + po/po2tbl.sed.in \ + make-pot MAINTAINERCLEANFILES = \ $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \ |