diff options
author | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
commit | 003db0ae2e1ed2b175e0b69c860d07e9967534a7 (patch) | |
tree | 1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /omf-install/Makefile.am | |
parent | 19f2626e65d1700ff9c631a70ecb917f98dfcb38 (diff) | |
download | gsoc2013-evolution-GNOME_PILOT_CONDUITS_2_0_8.tar.gz gsoc2013-evolution-GNOME_PILOT_CONDUITS_2_0_8.tar.zst gsoc2013-evolution-GNOME_PILOT_CONDUITS_2_0_8.zip |
This commit was manufactured by cvs2svn to create tagGNOME_PILOT_CONDUITS_2_0_8
'GNOME_PILOT_CONDUITS_2_0_8'.
svn path=/tags/GNOME_PILOT_CONDUITS_2_0_8/; revision=21067
Diffstat (limited to 'omf-install/Makefile.am')
-rw-r--r-- | omf-install/Makefile.am | 17 |
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) |