X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/1612dce6bbb050eacf6843b972ffaf9816d724be..8f991679d2212887aaf6929eaed36b55e966325f:/ikiwiki.in 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]; },