aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-11-25 11:26:07 +0800
committernobody <nobody@localhost>2002-11-25 11:26:07 +0800
commit3dee5a41f00b0dcde1622849a8a5673e51ab582b (patch)
treee674b191da7fee2d2c6fc49ae660525fbd5114ac /data/Makefile.am
parent8896a36925cc5ec873878caf1a0842f0c830f33e (diff)
downloadgsoc2013-evolution-3dee5a41f00b0dcde1622849a8a5673e51ab582b.tar
gsoc2013-evolution-3dee5a41f00b0dcde1622849a8a5673e51ab582b.tar.gz
gsoc2013-evolution-3dee5a41f00b0dcde1622849a8a5673e51ab582b.tar.bz2
gsoc2013-evolution-3dee5a41f00b0dcde1622849a8a5673e51ab582b.tar.lz
gsoc2013-evolution-3dee5a41f00b0dcde1622849a8a5673e51ab582b.tar.xz
gsoc2013-evolution-3dee5a41f00b0dcde1622849a8a5673e51ab582b.tar.zst
gsoc2013-evolution-3dee5a41f00b0dcde1622849a8a5673e51ab582b.zip
This commit was manufactured by cvs2svn to create tag 'ChangeLog'.ChangeLog
svn path=/tags/ChangeLog/; revision=18909
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am37
1 files changed, 0 insertions, 37 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
deleted file mode 100644
index 6ad3676ac1..0000000000
--- a/data/Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-desktopdir = $(datadir)/gnome/apps/Applications
-desktop_in_files = evolution.desktop.in
-desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-@INTLTOOL_DESKTOP_RULE@
-
-keysdir = $(datadir)/mime-info
-keys_in_files = evolution.keys.in
-keys_DATA = $(keys_in_files:.keys.in=.keys)
-@INTLTOOL_KEYS_RULE@
-
-mimedir = $(datadir)/mime-info
-mime_DATA = evolution.mime
-
-if HAVE_KDE_APPLNK
-kdedesktopdir = $(KDE_APPLNK_DIR)/Applications
-kdedesktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-endif
-
-man_MANS = evolution.1
-
-EXTRA_DIST = $(desktop_in_files) $(keys_in_files) $(mime_DATA) $(man_MANS)
-
-SUBDIRS = cde_app_root
-
-# CDE Stuff
-
-if HAVE_DTAPPINTEGRATE
-
-# This installs Evolution into the Application Manager on CDE
-dtappintegrate:
- $(DTAPPINTEGRATE) -s $(prefix)/share/evolution/cde_app_root
-
-# ...And this uninstalls it
-dtappunintegrate:
- $(DTAPPINTEGRATE) -u -s $(prefix)/share/evolution/cde_app_root
-
-endif