]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki.in
web commit by http://ethan.betacantrips.com/: saw this and didn't understand
[ikiwiki.git] / ikiwiki.in
index 8cec3f5c0bac42c221ecd07c0d01cbc71ed8d9a3..fd864e0d82a78a96c5377fc8b18fc26edc7d722c 100755 (executable)
@@ -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];
                        },