diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-29 04:49:55 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-29 04:49:55 +0000 |
commit | b5e2afa94390dd3349fed81f72892da3beba56ed (patch) | |
tree | 3ad19f66a38d8b82235b6c4197f06724010185c0 /doc | |
parent | 178ab4c51cc64ad5fcfb191c1f93118b40d099c0 (diff) |
* Allow disabling of plugins included in goodstuff.
Diffstat (limited to 'doc')
-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 3c51ad99e..741a8d9dc 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -213,3 +213,5 @@ Ok, that's my last 2 cents for a while. --[Mazirian](http://mazirian.com) Some installs of PerlMagick require X11. I tried to first disable using "img" by using "--disable-plugin img" in the Makefile. But still failed. My workaround was to remove "img" from the bundle in IkiWiki/Plugin/goodstuff.pm before building. What is the recommended way to install ikiwiki without "img" support? --[[JeremyReed]] + +> I've fixed this in svn so plugins in goodstuff can be disabled. --[[Joey]] |