File tree Expand file tree Collapse file tree 7 files changed +8
-13
lines changed
Expand file tree Collapse file tree 7 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ GTK_DOC_CHECK([1.4])
231231AC_CONFIG_FILES ( [
232232Makefile
233233mate-about/Makefile
234- mate-about/mate-about.desktop.in
235234libmate-desktop/Makefile
236235libmate-desktop/mate-desktop-2.0.pc
237236libmate-desktop/mate-desktop-2.0-uninstalled.pc
@@ -260,7 +259,6 @@ schemas/org.mate.thumbnail-cache.gschema.xml
260259schemas/org.mate.thumbnailers.gschema.xml
261260schemas/org.mate.typing-break.gschema.xml
262261man/Makefile
263- tools/mate-color-select.desktop.in
264262tools/Makefile
265263icons/Makefile
266264] )
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ desktopdir = $(datadir)/applications
1515desktop_in_files = mate-about.desktop.in
1616desktop_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
Original file line number Diff line number Diff line change @@ -7,9 +7,5 @@ Terminal=false
77Type =Application
88Categories =GTK;Core;Utility;
99OnlyShowIn =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@
1410StartupNotify =false
1511NoDisplay =true
Original file line number Diff line number Diff line change 11# List of source files containing translatable strings.
22# Please keep this file sorted alphabetically.
33mate-about/mate-about.c
4- mate-about/mate-about.desktop.in.in
4+ mate-about/mate-about.desktop.in
55mate-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
3535tools/mate-color-select.c
36- tools/mate-color-select.desktop.in.in
36+ tools/mate-color-select.desktop.in
3737
Original file line number Diff line number Diff line change 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
54mate-version.xml.in
6- tools/mate-color-select.desktop.in
7-
Original file line number Diff line number Diff line change @@ -21,4 +21,6 @@ desktopdir = $(datadir)/applications
2121desktop_in_files = mate-color-select.desktop.in
2222desktop_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 )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments