summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-15 19:51:01 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-15 19:51:01 +0200
commit69f32e239eafcfdc2392a8644c6de6ca6dbe83c1 (patch)
tree1f1776b2317df13f3a02069ca8b2ebbfb2ab2f80 /makefiles
parentbcb4f8f59bc1c522d2c677d8cffb4adbff45aa26 (diff)
downloadcrawler-69f32e239eafcfdc2392a8644c6de6ca6dbe83c1.tar.gz
crawler-69f32e239eafcfdc2392a8644c6de6ca6dbe83c1.tar.bz2
started to add URL filters
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/help.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/makefiles/gmake/help.mk b/makefiles/gmake/help.mk
index 385d99f..2904c39 100644
--- a/makefiles/gmake/help.mk
+++ b/makefiles/gmake/help.mk
@@ -36,10 +36,16 @@ WITH_LOCAL_STREAMHTMLPARSER=1 use Google stream HTML 4 parser
WITH_LIBXML2=1 build the libxml2 parser
+scripting support:
+
+WITH_LUA=1 use Lua for configuration and scripting
+
Some more obscure options:
ENABLE_NLS=0 Don't build gettext NLS support (default is on)
Example:
make WITH_SSL=1 WITH_SQLITE3=1 WITH_PGSQL=1 \
- WITH_LOCAL_LIBFETCH=1 WITH_LIBXML2=1
+ WITH_LOCAL_LIBFETCH=1 WITH_LIBXML2=1 \
+ WITH_LUA=1
+