Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix make distcheck fail on debian.
  • Loading branch information
yetist authored and raveit65 committed Feb 8, 2019
1 parent c12436f commit 5a20027
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 17 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Expand Up @@ -295,8 +295,6 @@ doc/dbus/Makefile
doc/dbus/mate-session.xml
doc/man/Makefile
data/Makefile
data/mate-wm.desktop.in
data/mate-session-properties.desktop.in
data/org.mate.session.gschema.xml
data/icons/Makefile
data/icons/16x16/Makefile
Expand Down
4 changes: 1 addition & 3 deletions data/Makefile.am
Expand Up @@ -31,6 +31,7 @@ EXTRA_DIST = \
$(xsession_in_files) \
$(gsettingsschema_in_files) \
$(ui_DATA) \
$(desktop_in_files) \
$(pixmap_DATA_dist)

CLEANFILES = \
Expand All @@ -39,7 +40,4 @@ CLEANFILES = \
$(gsettings_SCHEMAS) \
mate-wm.desktop

DISTCLEANFILES = \
$(desktop_in_files)

-include $(top_srcdir)/git.mk
Expand Up @@ -9,7 +9,3 @@ StartupNotify=true
Categories=GTK;Settings;X-MATE-PersonalSettings;
Keywords=MATE;session;properties;applications;login;start;
OnlyShowIn=MATE;
X-MATE-Bugzilla-Bugzilla=MATE
X-MATE-Bugzilla-Product=mate-session
X-MATE-Bugzilla-Component=mate-session-properties
X-MATE-Bugzilla-Version=@VERSION@
4 changes: 0 additions & 4 deletions data/mate-wm.desktop.in.in → data/mate-wm.desktop.in
Expand Up @@ -7,7 +7,3 @@ NoDisplay=true
X-MATE-Autostart-Phase=WindowManager
X-MATE-Provides=windowmanager
X-MATE-Autostart-Notify=true
X-MATE-Bugzilla-Bugzilla=MATE
X-MATE-Bugzilla-Product=mate-session
X-MATE-Bugzilla-Component=general
X-MATE-Bugzilla-Version=@VERSION@
4 changes: 2 additions & 2 deletions po/POTFILES.in
Expand Up @@ -6,9 +6,9 @@ capplet/gsp-app.c
capplet/main.c
[type: gettext/gsettings]data/org.mate.session.gschema.xml.in
data/mate.desktop.in
data/mate-wm.desktop.in.in
data/mate-wm.desktop.in
[type: gettext/glade]data/gsm-inhibit-dialog.ui
data/mate-session-properties.desktop.in.in
data/mate-session-properties.desktop.in
[type: gettext/glade]data/session-properties.ui
egg/eggdesktopfile.c
egg/eggsmclient.c
Expand Down
2 changes: 0 additions & 2 deletions po/POTFILES.skip
Expand Up @@ -2,6 +2,4 @@
# translated.
# Please keep this file sorted alphabetically.
data/org.mate.session.gschema.xml.in
data/mate-session-properties.desktop.in
data/mate-session.schemas.in
data/mate-wm.desktop.in

0 comments on commit 5a20027

Please sign in to comment.