diff options
author | nobody <nobody@localhost> | 2002-12-28 12:49:29 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-12-28 12:49:29 +0800 |
commit | b1face8c6b53c58513ce940393ab0f01c0f4ec17 (patch) | |
tree | 1e12040caec266ee2e16460c80583d4af3687d10 /data/Makefile.am | |
parent | 79d8fd91171f81a97c319616dcca32002269af55 (diff) | |
download | gsoc2013-evolution-GNOME_VFS_2_1_6.tar.gz gsoc2013-evolution-GNOME_VFS_2_1_6.tar.zst gsoc2013-evolution-GNOME_VFS_2_1_6.zip |
This commit was manufactured by cvs2svn to create tagGNOME_VFS_2_1_6
'GNOME_VFS_2_1_6'.
svn path=/tags/GNOME_VFS_2_1_6/; revision=19192
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 37 |
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 |