aboutsummaryrefslogtreecommitdiffstats
path: root/omf-install/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-01-09 14:55:40 +0800
committernobody <nobody@localhost>2003-01-09 14:55:40 +0800
commit4f34b87b2cd931be213c453c0a9c23e513a81953 (patch)
tree1e12040caec266ee2e16460c80583d4af3687d10 /omf-install/Makefile.am
parent45d0c39700d2d6ee12f45c17778d69f3119ba078 (diff)
downloadgsoc2013-evolution-GNOME_UTILS_2_2_1.tar
gsoc2013-evolution-GNOME_UTILS_2_2_1.tar.gz
gsoc2013-evolution-GNOME_UTILS_2_2_1.tar.bz2
gsoc2013-evolution-GNOME_UTILS_2_2_1.tar.lz
gsoc2013-evolution-GNOME_UTILS_2_2_1.tar.xz
gsoc2013-evolution-GNOME_UTILS_2_2_1.tar.zst
gsoc2013-evolution-GNOME_UTILS_2_2_1.zip
This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_2_1
'GNOME_UTILS_2_2_1'. svn path=/tags/GNOME_UTILS_2_2_1/; revision=19339
Diffstat (limited to 'omf-install/Makefile.am')
-rw-r--r--omf-install/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/omf-install/Makefile.am b/omf-install/Makefile.am
deleted file mode 100644
index 31617e3c3e..0000000000
--- a/omf-install/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-omf_dest_dir=$(datadir)/omf/evolution
-scrollkeeper_localstate_dir = $(SCROLLKEEPER_LOCALSTATE_DIR)
-
-install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
- -for file in $(srcdir)/*.omf; do \
- $(INSTALL_DATA) $$file $(DESTDIR)$(omf_dest_dir); \
- done
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
-
-uninstall-local:
- -for file in $(srcdir)/*.omf; do \
- basefile=`basename $$file`; \
- rm -f $(omf_dest_dir)/$$basefile; \
- done
- -rmdir $(omf_dest_dir)
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir)