aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-02-08 04:45:12 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-02-08 04:45:12 +0800
commit4b815e3cf6363369470bb7a0ca90337e9cb54543 (patch)
tree89382a0ea210f889986c2b513a0fb035c7739826 /data
parent9db9608ceaf67ad0864d33a3eb558be8c30fe63c (diff)
downloadgsoc2013-evolution-4b815e3cf6363369470bb7a0ca90337e9cb54543.tar
gsoc2013-evolution-4b815e3cf6363369470bb7a0ca90337e9cb54543.tar.gz
gsoc2013-evolution-4b815e3cf6363369470bb7a0ca90337e9cb54543.tar.bz2
gsoc2013-evolution-4b815e3cf6363369470bb7a0ca90337e9cb54543.tar.lz
gsoc2013-evolution-4b815e3cf6363369470bb7a0ca90337e9cb54543.tar.xz
gsoc2013-evolution-4b815e3cf6363369470bb7a0ca90337e9cb54543.tar.zst
gsoc2013-evolution-4b815e3cf6363369470bb7a0ca90337e9cb54543.zip
Fix installation of desktop/mime files
2003-02-07 Rodney Dawes <dobey@ximian.com> * data/Makefile.am: Fix installation of desktop/mime files svn path=/trunk/; revision=19846
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 102b28ead7..b89fb62687 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,6 +1,6 @@
desktopdir = $(datadir)/applications
desktop_in_file = evolution.desktop.in
-desktop_file = $(desktop_in_file:.desktop.in=.desktop)
+desktop_DATA = $(desktop_in_file:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
keysdir = $(datadir)/mime-info
@@ -27,8 +27,6 @@ endif
noinst_MANS = evolution.1
-EXTRA_DIST = $(desktop_in_file) $(keys_in_file) $(mime_DATA) $(man_MANS)
-
SUBDIRS = cde_app_root
install-data-local: install-kde-applnk
@@ -55,7 +53,10 @@ dtappunintegrate:
endif
EXTRA_DIST = \
+ $(desktop_DATA) \
$(desktop_in_file) \
$(mime_file) \
- $(keys_in_file)
+ $(keys_file) \
+ $(keys_in_file) \
+ $(noinst_MANS)