aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-10-22 22:44:14 +0800
committerDan Winship <danw@src.gnome.org>2003-10-22 22:44:14 +0800
commitca613033f47bdc51332e3881902e98fc3ccff945 (patch)
tree96482cf42e29f19e3dbc0064dad87ae292b6615c
parentec8e33815e819095b104cc0279cd4c2dc156db97 (diff)
downloadgsoc2013-evolution-ca613033f47bdc51332e3881902e98fc3ccff945.tar
gsoc2013-evolution-ca613033f47bdc51332e3881902e98fc3ccff945.tar.gz
gsoc2013-evolution-ca613033f47bdc51332e3881902e98fc3ccff945.tar.bz2
gsoc2013-evolution-ca613033f47bdc51332e3881902e98fc3ccff945.tar.lz
gsoc2013-evolution-ca613033f47bdc51332e3881902e98fc3ccff945.tar.xz
gsoc2013-evolution-ca613033f47bdc51332e3881902e98fc3ccff945.tar.zst
gsoc2013-evolution-ca613033f47bdc51332e3881902e98fc3ccff945.zip
Removed; part of old doc system
* omf-install/*: Removed; part of old doc system svn path=/trunk/; revision=22983
-rw-r--r--ChangeLog2
-rw-r--r--omf-install/.cvsignore3
-rw-r--r--omf-install/Makefile.am17
3 files changed, 2 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 66cd15b4bc..4956ac1269 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
* notes/*: Removed; never finished and no one is working on it.
+ * omf-install/*: Removed; part of old doc system
+
* tests/*: Removed; these are ancient. Camel regression tests are
in camel/tests now.
diff --git a/omf-install/.cvsignore b/omf-install/.cvsignore
deleted file mode 100644
index 9bd332edc9..0000000000
--- a/omf-install/.cvsignore
+++ /dev/null
@@ -1,3 +0,0 @@
-Makefile
-Makefile.in
-*.omf
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)