diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-05 14:41:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-05 14:41:53 +0000 |
commit | 8a09b410b99ac4d4188a2d06a07cf32c72a47129 (patch) | |
tree | af88d4ed4fe58496f6d1e6e0380934bc77bab90a /www/Makefile | |
parent | Respect CC flag. (diff) |
Add mknmz-wwwoffle, a tool which performs full-text search over the cache created by
WWWOFFLE, using full-text search system Namazu (http://www.namazu.org/). mknmz-wwwoffle
adds a filter for mknmz which is used to generate index files for cache entries in WWWOFFLE.
PR: ports/66168
Submitted by: Andrey Slusar <vasallia@ukr.net>
Notes
Notes:
svn path=/head/; revision=108458
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f54e013a81ce..9f022187cdc2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -197,6 +197,7 @@ SUBDIR += micro_httpd SUBDIR += middleman SUBDIR += mini_httpd + SUBDIR += mknmz-wwwoffle SUBDIR += mmosaic SUBDIR += mnogosearch SUBDIR += mod_access_identd |