set underlaydirbase in docwiki.setup

4291f2e3d7 made
just setting underlaydir not enough to change
where other underlays are loaded from. While generally
a good thing, that broke building of the docwiki
from the source tree, because underlaydirbase
was not pointing there.

Setting underlaydirbase in the setup file is a solution,
albeit slightly hacky (since the variable is undocumented and internal).
master
Joey Hess 2009-05-19 13:57:47 -04:00
parent 8973f0a6e3
commit d6b8509cbb
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ use IkiWiki::Setup::Standard {
srcdir => "doc",
destdir => "html",
templatedir => "templates",
underlaydirbase => "underlays",
underlaydir => "underlays/basewiki",
discussion => 0,
exclude => qr/\/discussion|bugs\/*|todo\/*/,