diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-01 13:43:33 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-01 13:43:58 +0100 |
commit | e06c4244b79f9230da48fa186412749b8357d855 (patch) | |
tree | d61c98fd2a8b7897b8500892e3c648336fda50f4 | |
parent | 56d3db9ebe0d4b1697995a885fdc494272967b49 (diff) | |
download | mate-user-share-e06c4244b79f9230da48fa186412749b8357d855.tar.bz2 mate-user-share-e06c4244b79f9230da48fa186412749b8357d855.tar.xz |
Updates for make dist and make distcheck
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | data/Makefile.am | 1 | ||||
-rw-r--r-- | po/POTFILES.in | 1 | ||||
-rw-r--r-- | po/POTFILES.skip | 7 |
4 files changed, 6 insertions, 4 deletions
@@ -0,0 +1 @@ +mate-user-share 1.6.1 diff --git a/data/Makefile.am b/data/Makefile.am index 665cf93..8fe193f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -21,6 +21,7 @@ convert_DATA = mate-user-share.convert EXTRA_DIST = $(gsettings_SCHEMAS) \ $(app_DATA) \ $(desktop_in_files) \ + $(convert_DATA) \ mate-user-share-obexftp.desktop.in.in \ mate-user-share-obexpush.desktop.in.in \ mate-user-share-webdav.desktop.in.in \ diff --git a/po/POTFILES.in b/po/POTFILES.in index fc6d9b6..039d759 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,5 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. -data/desktop_mate_file_sharing.schemas.in [type: gettext/glade]data/file-share-properties.ui data/mate-user-share-properties.desktop.in data/mate-user-share-obexftp.desktop.in.in diff --git a/po/POTFILES.skip b/po/POTFILES.skip index a315670..f50f1e8 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,6 +1,7 @@ # List of source files that should NOT be translated. # Please keep this file sorted alphabetically. data/file-share-properties.ui -data/mate-user-share-obexftp.desktop.in.in -data/mate-user-share-obexpush.desktop.in.in -data/mate-user-share-webdav.desktop.in.in +data/mate-user-share-obexftp.desktop.in +data/mate-user-share-obexpush.desktop.in +data/mate-user-share-webdav.desktop.in + |