Skip to content

Commit 89c003e

Browse files
yetistraveit65
authored andcommitted
Fixed make distcheck fail on debian.
1 parent 87ff53b commit 89c003e

File tree

7 files changed

+8
-13
lines changed

7 files changed

+8
-13
lines changed

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ GTK_DOC_CHECK([1.4])
231231
AC_CONFIG_FILES([
232232
Makefile
233233
mate-about/Makefile
234-
mate-about/mate-about.desktop.in
235234
libmate-desktop/Makefile
236235
libmate-desktop/mate-desktop-2.0.pc
237236
libmate-desktop/mate-desktop-2.0-uninstalled.pc
@@ -260,7 +259,6 @@ schemas/org.mate.thumbnail-cache.gschema.xml
260259
schemas/org.mate.thumbnailers.gschema.xml
261260
schemas/org.mate.typing-break.gschema.xml
262261
man/Makefile
263-
tools/mate-color-select.desktop.in
264262
tools/Makefile
265263
icons/Makefile
266264
])

mate-about/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ desktopdir = $(datadir)/applications
1515
desktop_in_files = mate-about.desktop.in
1616
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
1717

18-
CLEANFILES = mate-about.desktop mate-about
18+
EXTRA_DIST = $(desktop_in_files)
19+
20+
CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS)
1921

2022
#-include $(top_srcdir)/git.mk
2123

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@ Terminal=false
77
Type=Application
88
Categories=GTK;Core;Utility;
99
OnlyShowIn=MATE;
10-
X-MATE-Bugzilla-Bugzilla=MATE
11-
X-MATE-Bugzilla-Product=mate-desktop
12-
X-MATE-Bugzilla-Component=mate-about
13-
X-MATE-Bugzilla-Version=@VERSION@
1410
StartupNotify=false
1511
NoDisplay=true

po/POTFILES.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# List of source files containing translatable strings.
22
# Please keep this file sorted alphabetically.
33
mate-about/mate-about.c
4-
mate-about/mate-about.desktop.in.in
4+
mate-about/mate-about.desktop.in
55
mate-about/mate-about.h
66
# When adding a file here, make sure that the entry point in the API of this
77
# file calls _mate_desktop_init_i18n ()
@@ -33,5 +33,5 @@ libmate-desktop/mate-rr-labeler.c
3333
[type: gettext/gsettings]schemas/org.mate.thumbnailers.gschema.xml.in
3434
[type: gettext/gsettings]schemas/org.mate.typing-break.gschema.xml.in
3535
tools/mate-color-select.c
36-
tools/mate-color-select.desktop.in.in
36+
tools/mate-color-select.desktop.in
3737

po/POTFILES.skip

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# List of source files containing translatable strings that should not be
22
# translated.
33
# Please keep this file sorted alphabetically.
4-
mate-about/mate-about.desktop.in
54
mate-version.xml.in
6-
tools/mate-color-select.desktop.in
7-

tools/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ desktopdir = $(datadir)/applications
2121
desktop_in_files = mate-color-select.desktop.in
2222
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
2323

24-
CLEANFILES = *.desktop *.desktop.in
24+
EXTRA_DIST = $(desktop_in_files)
25+
26+
CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS)

0 commit comments

Comments
 (0)