diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-10 16:47:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-10 16:47:19 -0400 |
commit | 20ad20a87b27235d21a8c3476a1fe9e913c855d7 (patch) | |
tree | c36b8e97d1f1cff9c6a623e3b36e79f4dc23b345 | |
parent | 62df83b57c8c09998fd9359385398ee40e846a0e (diff) | |
download | ikiwiki-20ad20a87b27235d21a8c3476a1fe9e913c855d7.tar ikiwiki-20ad20a87b27235d21a8c3476a1fe9e913c855d7.tar.gz |
response
-rw-r--r-- | doc/bugs/websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn b/doc/bugs/websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn index dea96e777..8f34dd972 100644 --- a/doc/bugs/websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn +++ b/doc/bugs/websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn @@ -10,3 +10,11 @@ To override an incorrectly guessed path, I set setupconf in the .setup file. I a I meant setupfile as in IkiWiki::Setup::dump($config{setupfile}) from IkiWiki/Plugin/websetup.pm Sorry for the confusion. + +> Ok, that's an internal setting that I never envisioned someone digging +> out and setting in their setup file. It could be made an exported config +> option, but then every generated setup file will have this setting in it, +> which will be at best redundant. +> +> Can you find another solution, such as a symlink, for your special case? +> --[[Joey]] |