diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 18:46:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 18:46:32 -0400 |
commit | bc7381c4f9f76cbef6bef27cc382a8246b58a4f7 (patch) | |
tree | 30d1f252573f704eb27a09c48b96f2f0b0dda5ce /IkiWiki/Plugin | |
parent | 9921a4a8a1a696ce69acce5e14943f0149d926ff (diff) |
listdirectives: Enable use of the directives underlay.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/listdirectives.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/listdirectives.pm b/IkiWiki/Plugin/listdirectives.pm index a5498a20a..6f8ddb06a 100644 --- a/IkiWiki/Plugin/listdirectives.pm +++ b/IkiWiki/Plugin/listdirectives.pm @@ -7,6 +7,7 @@ use strict; use IkiWiki 2.00; sub import { #{{{ + add_underlay("directives"); hook(type => "getsetup", id => "listdirectives", call => \&getsetup); hook(type => "checkconfig", id => "listdirectives", call => \&checkconfig); hook(type => "needsbuild", id => "listdirectives", call => \&needsbuild); |