Calling ikiwiki with a bunch of options, including the --dumpsetup somefile.setup option creates somefile.setup for later reuse with the --setup option. The wiki state dir however is not saved in the setup file, it has no wikistatedir at all.
Strange since same kind of bugs have been fixed for destdir.
--bbb
Options flagged as
internalare not saved, and are not meant to be useful to save.wikistatediris one of those. Why do you wantwikistatedirto be in the dumped setup?
wikistatediris always$config{srcdir}/.ikiwikiunless you are doing something incredibly strange. --smcv