e3f5102cf0
is almost a rewrite of the program). Note that this is still a development version but includes new features that may be required by packages using scrollkeeper (which won't work with the old 0.2). Provide a framework to automatically rebuild scrollkeeper's database from packages installing OMF files under share/omf/; they only need to include omf.mk in their Makefile and take care to install OMF files in the said directory. Reviewed by rh and wiz.
18 lines
752 B
Text
18 lines
752 B
Text
$NetBSD: patch-ad,v 1.2 2003/02/18 14:39:04 jmmv Exp $
|
|
|
|
--- Makefile.in.orig 2003-01-23 07:11:56.000000000 +0100
|
|
+++ Makefile.in
|
|
@@ -536,13 +536,6 @@ dist-hook: scrollkeeper.spec
|
|
|
|
# Build/rebuild the catalog
|
|
install-data-hook:
|
|
- rm -rf $(DESTDIR)$(scrollkeeper_localstate_dir)
|
|
- $(mkinstalldirs) $(DESTDIR)$(scrollkeeper_localstate_dir)
|
|
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
|
|
- PATH="$(PATH):$(DESTDIR)$(bindir)" ; \
|
|
- echo "`date +\"%b %d %X\"` Installing ScrollKeeper `scrollkeeper-config --version`..." >> $(DESTDIR)$(localstatedir)/log/scrollkeeper.log
|
|
- PATH="$(PATH):$(DESTDIR)$(bindir)" ; \
|
|
- $(DESTDIR)$(bindir)/scrollkeeper-rebuilddb -q -p $(DESTDIR)$(scrollkeeper_localstate_dir)
|
|
|
|
# Remove generated files
|
|
uninstall-local:
|