diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-28 22:15:38 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-28 22:15:38 +0000 |
commit | 8323bc5214bf3581ebfbad57385934033c228b76 (patch) | |
tree | 5383d606c42815f5509507c5c09a48cb2ffc0de8 /doc/index | |
parent | 4381a2e9f733d7b4fd97e7ad1c4aeda03f239b9c (diff) | |
download | ikiwiki-8323bc5214bf3581ebfbad57385934033c228b76.tar ikiwiki-8323bc5214bf3581ebfbad57385934033c228b76.tar.gz |
* Improve code that ignores files in the underlaydir if the srcdir has a
file building the same page. Now it will work even if the extensions of
the source files differ.
Diffstat (limited to 'doc/index')
-rw-r--r-- | doc/index/discussion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index ac4f32d26..719768117 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -230,3 +230,5 @@ that sort of thing. Where or how do I submit it for inclusion? >> Until I fix that, you can avoid the one from the underlay directory by >> setting `underlaydir` to point to an empty directory. --[[Joey]] >> +>> Ok, fixed (in svn), it will now prefer files in the srcdir over files +>> in the underlaydir that build the same page, no matter what extension. |