diff options
author | Perberos <[email protected]> | 2011-12-01 21:42:39 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 21:42:39 -0300 |
commit | fe8aea1c3b5348347633da18a02b0bffd3b266a1 (patch) | |
tree | 9881bf77df7572844707cc7c50bd8ca6b5a97076 /po-locations/Makefile.am | |
download | libmateweather-fe8aea1c3b5348347633da18a02b0bffd3b266a1.tar.bz2 libmateweather-fe8aea1c3b5348347633da18a02b0bffd3b266a1.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'po-locations/Makefile.am')
-rw-r--r-- | po-locations/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/po-locations/Makefile.am b/po-locations/Makefile.am new file mode 100644 index 0000000..5445e78 --- /dev/null +++ b/po-locations/Makefile.am @@ -0,0 +1,11 @@ +EXTRA_DIST = \ + $(wildcard *.po) \ + README.translators \ + regen.sh \ + extract.xsl + +CLEANFILES = locations.pot Locations.xml.in.h + +DISTCLEANFILES = .intltool-merge-cache + +-include $(top_srcdir)/git.mk |