From a35dd1d806f9bca82c0c04a4ff6c69956e3371a0 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Fri, 8 Feb 2008 18:35:12 -0800 Subject: Add --prefix-directives and --no-prefix-directives options to ikiwiki This avoids the need to set prefix_directives with --set. --- ikiwiki.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ikiwiki.in') diff --git a/ikiwiki.in b/ikiwiki.in index 1ce7e1688..e0a591824 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -29,6 +29,7 @@ sub getconfig () { #{{{ "render=s" => \$config{render}, "wrappers!" => \$config{wrappers}, "usedirs!" => \$config{usedirs}, + "prefix-directives!" => \$config{prefix_directives}, "getctime" => \$config{getctime}, "numbacklinks=i" => \$config{numbacklinks}, "rcs=s" => \$config{rcs}, -- cgit v1.2.3