diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 11:50:09 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 11:51:33 +0100 |
commit | 2f56b5261ad151fd7eece471b50870b1ae37cedb (patch) | |
tree | b2c2af33cd46cbaf2d5749a3b93356bbfd7d8d12 | |
parent | ac218c894e3e28203680ed724a9a18cad6e47a81 (diff) | |
download | mate-utils-2f56b5261ad151fd7eece471b50870b1ae37cedb.tar.bz2 mate-utils-2f56b5261ad151fd7eece471b50870b1ae37cedb.tar.xz |
Fix makefiles for make dist
-rw-r--r-- | gsearchtool/Makefile.am | 2 | ||||
-rw-r--r-- | logview/data/Makefile.am | 1 | ||||
-rw-r--r-- | mate-dictionary/data/Makefile.am | 1 | ||||
-rw-r--r-- | mate-screenshot/Makefile.am | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/gsearchtool/Makefile.am b/gsearchtool/Makefile.am index 348c9397..ea8f67c0 100644 --- a/gsearchtool/Makefile.am +++ b/gsearchtool/Makefile.am @@ -58,12 +58,12 @@ Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop) EXTRA_DIST = \ $(Utilities_in_files) \ $(Utilities_DATA) \ + $(convert_DATA) \ $(gsettingsschema_in_files) \ $(man_MANS) CLEANFILES = \ mate-search-tool.desktop \ - $(convert_DATA) \ $(gsettings_SCHEMAS) disthook: diff --git a/logview/data/Makefile.am b/logview/data/Makefile.am index 39ee5dee..a77c9913 100644 --- a/logview/data/Makefile.am +++ b/logview/data/Makefile.am @@ -25,6 +25,7 @@ EXTRA_DIST = \ mate-system-log.desktop.in.in \ $(xml_DATA) \ $(man_MANS) \ + $(convert_DATA) \ $(gsettingsschema_in_files) DISTCLEANFILES = \ diff --git a/mate-dictionary/data/Makefile.am b/mate-dictionary/data/Makefile.am index 5500b65d..51c78991 100644 --- a/mate-dictionary/data/Makefile.am +++ b/mate-dictionary/data/Makefile.am @@ -74,6 +74,7 @@ EXTRA_DIST = \ $(gsettingsschema_in_files) \ $(builder_DATA) \ $(ui_DATA) \ + $(convert_DATA) \ $(NULL) CLEANFILES = \ diff --git a/mate-screenshot/Makefile.am b/mate-screenshot/Makefile.am index 842c5d04..c2f9cf44 100644 --- a/mate-screenshot/Makefile.am +++ b/mate-screenshot/Makefile.am @@ -73,12 +73,12 @@ EXTRA_DIST = \ $(mate_screenshot_in_files) \ $(man_MANS) \ $(ui_DATA) \ + $(convert_DATA) \ $(NULL) CLEANFILES = \ $(BUILT_SOURCES) \ $(gsettings_SCHEMAS) \ - $(convert_DATA) \ $(mate_screenshot_DATA) \ $(sys_DATA) |