aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-27 00:48:06 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-27 00:48:06 +0000
commit1e5cd11635ef45e8223f56b952c8636d993e5908 (patch)
tree7c2b2a3dc1e36e82b5fb7af47118b00396bb6910 /ikiwiki.in
parentb4fa92f9e74d48281f285b4a682ec41e24e686db (diff)
downloadikiwiki-1e5cd11635ef45e8223f56b952c8636d993e5908.tar
ikiwiki-1e5cd11635ef45e8223f56b952c8636d993e5908.tar.gz
* Add a libdir config option to let ikiwiki load perl modules, including
plugins, from a user-configurable directory.
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ikiwiki.in b/ikiwiki.in
index 8cec3f5c0..fd864e0d8 100755
--- a/ikiwiki.in
+++ b/ikiwiki.in
@@ -50,6 +50,7 @@ sub getconfig () { #{{{
"httpauth!" => \$config{httpauth},
"userdir=s" => \$config{userdir},
"htmlext=s" => \$config{htmlext},
+ "libdir" => \$config{libdir},
"exclude=s@" => sub {
push @{$config{wiki_file_prune_regexps}}, $_[1];
},