diff options
author | Wu Xiaotian <[email protected]> | 2019-02-07 18:21:19 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 23:15:15 +0100 |
commit | 7304b6d27eec32b1636400fdbb6da6aab20e598e (patch) | |
tree | 8a0a1f5c62ba658a9e9392c3aac75ff7c2ced6e0 /po | |
parent | 67b37b31c307ca22762a380b25f9ed994212f386 (diff) | |
download | mate-desktop-7304b6d27eec32b1636400fdbb6da6aab20e598e.tar.bz2 mate-desktop-7304b6d27eec32b1636400fdbb6da6aab20e598e.tar.xz |
Fixed make distcheck fail on debian.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 4 | ||||
-rw-r--r-- | po/POTFILES.skip | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 0ad46e5..151691f 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,7 +1,7 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. mate-about/mate-about.c -mate-about/mate-about.desktop.in.in +mate-about/mate-about.desktop.in mate-about/mate-about.h # When adding a file here, make sure that the entry point in the API of this # file calls _mate_desktop_init_i18n () @@ -32,5 +32,5 @@ libmate-desktop/mate-rr-labeler.c [type: gettext/gsettings]schemas/org.mate.thumbnailers.gschema.xml.in [type: gettext/gsettings]schemas/org.mate.typing-break.gschema.xml.in tools/mate-color-select.c -tools/mate-color-select.desktop.in.in +tools/mate-color-select.desktop.in diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 7b0b6b2..72fb944 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,7 +1,4 @@ # List of source files containing translatable strings that should not be # translated. # Please keep this file sorted alphabetically. -mate-about/mate-about.desktop.in mate-version.xml.in -tools/mate-color-select.desktop.in - |