Removed; part of old doc system
* omf-install/*: Removed; part of old doc system svn path=/trunk/; revision=22983
This commit is contained in:
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
* notes/*: Removed; never finished and no one is working on it.
|
* 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
|
* tests/*: Removed; these are ancient. Camel regression tests are
|
||||||
in camel/tests now.
|
in camel/tests now.
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
*.omf
|
|
@ -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)
|
|
Reference in New Issue
Block a user