| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
For use by Setup/Automator
|
|
|
|
| |
hardcode a proper 'use lib' statement anyway. This fixes a gotcha, since PERL5LIB won't work once ikiwiki is running via a wrapper or as a cgi.
|
|
|
|
| |
(Not that it really matters..)
|
| |
|
| |
|
| |
|
|
|
|
| |
flags, which can be useful on some hosting providers.
|
|
|
|
|
|
|
|
|
| |
* Add some code to the build system that tries to determine if the
lib installation directory is in @INC. If it's not, munge ikiwiki
to hardcode the path to the lib directory. This should allow installing
ikiwiki in nonstandard locations, including home directories, by just
setting PREFIX at build time.
* Fix nested examples directory in deb.
|
|
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
from a different directory.
|