042280b96b
collections of Web pages or other files. Swish-e is ideally suited for collections of a million documents or smaller. Using the GNOME libxml2 parser and a collection of filters, Swish-e can index plain text, e-mail, PDF, HTML, XML, Microsoft Word/PowerPoint/Excel and just about any file that can be converted to XML or HTML text. Swish-e is also often used to supplement databases like the MySQL DBMS for very fast full-text searching. help from simon, ok steven@, sturm@
13 lines
518 B
Plaintext
13 lines
518 B
Plaintext
$OpenBSD: patch-prog-bin_Makefile_in,v 1.1.1.1 2007/09/11 20:52:49 merdely Exp $
|
|
--- prog-bin/Makefile.in.orig Sat Apr 14 19:29:29 2007
|
|
+++ prog-bin/Makefile.in Sat Apr 14 19:29:47 2007
|
|
@@ -191,7 +191,7 @@ sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
perlmoduledir = $(libexecdir)/perl
|
|
-exampledir = $(datadir)/doc/$(PACKAGE)/examples/prog-bin
|
|
+exampledir = $(datadir)/examples/$(PACKAGE)/prog-bin
|
|
libexec_SCRIPTS = spider.pl DirTree.pl
|
|
|
|
# These are really out dated
|