Added this for integration with scrollkeeper.
2001-08-15 Kjartan Maraas <kmaraas@gnome.org> * omf-install/*: Added this for integration with scrollkeeper. svn path=/trunk/; revision=12068
This commit is contained in:
committed by
Kjartan Maraas
parent
c43f2b9a56
commit
eaf4de8941
@ -1,3 +1,7 @@
|
||||
2001-08-15 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* omf-install/*: Added this for integration with scrollkeeper.
|
||||
|
||||
2001-08-14 Dan Winship <danw@ximian.com>
|
||||
|
||||
* configure.in (LDAP_LIBS): Remove an obvious typo reported by
|
||||
|
||||
3
omf-install/.cvsignore
Normal file
3
omf-install/.cvsignore
Normal file
@ -0,0 +1,3 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
*.omf
|
||||
17
omf-install/Makefile.am
Normal file
17
omf-install/Makefile.am
Normal file
@ -0,0 +1,17 @@
|
||||
omf_dest_dir=$(datadir)/omf/evolution
|
||||
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
||||
|
||||
install-data-local:
|
||||
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
|
||||
-for file in $(srcdir)/*.omf; do \
|
||||
$(INSTALL_DATA) $(srcdir)/$$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