diff options
author | Marty E. Plummer <[email protected]> | 2019-03-24 20:20:45 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-04 17:17:33 +0200 |
commit | cef021e238d276a7d79e37408a9f3f702f6a6a83 (patch) | |
tree | 945283a4678fb2fc042d8a7f3b77433129ad40d9 /Makefile.am | |
parent | 0357a898432bcbaab75b1a3226255b064d41e249 (diff) | |
download | mate-desktop-cef021e238d276a7d79e37408a9f3f702f6a6a83.tar.bz2 mate-desktop-cef021e238d276a7d79e37408a9f3f702f6a6a83.tar.xz |
mate-about: subdir mate-version.xml.in.in
Signed-off-by: Marty E. Plummer <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 9a9f82a..4cb9c4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,20 +10,11 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ CFLAGS='-Wno-deprecated-declarations' -if MATE_ABOUT_ENABLED -versiondir = $(datadir)/mate-about -version_DATA = mate-version.xml -endif - -@INTLTOOL_XML_RULE@ - EXTRA_DIST = \ autogen.sh \ - COPYING-DOCS \ - mate-version.xml.in.in + COPYING-DOCS -CLEANFILES = \ - $(version_DATA) +CLEANFILES = MAINTAINERCLEANFILES = \ $(srcdir)/aclocal.m4 \ |