aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
Commit message (Collapse)AuthorAge
...
* makefile portability patchJoey Hess2009-02-04
| | | | | | | | | | | | from Thomas Keller, who explains: 1) find -wholename is not available on BSD / OSX (a nice rant about this issue is here: http://fuhm.livejournal.com/1848.html) 2) cp -a is not available on BSD / OSX, there is an alternative install call, but it might be cool to just shut up cp complaining about it... ;) 3) Two find calls have been missing the path argument.
* Add auto-blog.setupJoey Hess2009-01-12
| | | | | | | It will set up an ikiwiki instance tuned for use in blogging. As part of this change, move the example sites into /usr/share/ikiwiki so they are available even if docs are not installed.
* add W3M_CGI_BIN settingJoey Hess1997-08-14
|
* preserve underlay file timesJoey Hess2008-10-19
| | | | | | | | I'd like to preserve the mtime and ctime of files in the underlay if possible, to avoid ikiwiki thinking they've changed and refreshing them each time it's upgraded. But, fall back to the old install command for systems that lack cp -a.
* listdirectives: Enable use of the directives underlay.Joey Hess2008-09-11
|
* Ignore failure to install files into /etc, in case install is running as ↵Joey Hess2008-08-29
| | | | non-root.
* avoid installing .pyc filesJoey Hess2008-08-27
|
* add target to aid benchmarkingJoey Hess2008-08-23
|
* Revert "Add missing PREFIX to a few lines of the Makefile. (Thomas Keller)"Joey Hess2008-08-21
| | | | | | | This reverts commit 65c12dffecc49df2d8135a32121b9cabe8288cae. Turns out we can't use PREFIX for files in /etc, because that would tend to put them in /usr/etc, which is bad..
* Add missing PREFIX to a few lines of the Makefile. (Thomas Keller)Joey Hess2008-08-21
|
* Avoid using cp -a (again). (HenrikBrixAndersen)Joey Hess2008-08-21
|
* don't install demo external plugins by defaultJoey Hess2008-08-02
|
* renameJoey Hess2008-07-27
|
* avoid clobbering example diffurlJoey Hess2008-07-27
|
* avoid leaking HOMEJoey Hess2008-07-26
|
* generate an example ikiwiki.setup as part of the buildJoey Hess2008-07-26
|
* preserve modes of external plugin filesJoey Hess2008-07-26
| | | | proxy.py should not be executable
* use PERLJoey Hess2008-06-02
|
* defer po and pot file updating until package build timeJoey Hess2008-03-21
| | | | | This allows make to be run without polluting the tree with lots of po file changes.
* updates to support current version of Devel::ProfileJoey Hess2008-03-21
|
* Time::Duration is no longer used, remove from docs and recommends.Joey Hess2008-03-19
|
* Prevent plugins/.gitignore from being installedmartin f. krafft2008-03-18
| | | | | | | | | I added a .gitignore file to plugins/ to ignore *.pyc files, and that file is now being installed +x to /usr/lib/ikiwiki/plugins. This commit prevents that by excluding all dot-files under plugins/ from the install. Signed-off-by: martin f. krafft <madduck@madduck.net>
* pass -libdir so external plugins can be usedJoey Hess2008-03-15
|
* clean .myc files from pluginsJoey Hess2008-03-15
|
* * Disable taint checking for all builds as people keep complaining about it,Joey Hess2008-02-24
| | | | and since all versions of perl seem to be hopelessly broken.
* * Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this.Joey Hess2008-02-12
|
* rename ikiwiki-prefix-directives into ikiwiki-transitionJoey Hess2008-01-30
| | | | | If we have transitions of this sort in the future, this program will hopefully be used to handle them too.
* Add new preprocessor directive syntax¸ using a '!' prefix.Josh Triplett2008-01-27
| | | | | | | | Add a prefix_directives option to the setup file to turn this syntax on; currently defaults to false, for backward compatibility. Support optional '!' prefix even with prefix_directives off, and use that in the underlay to support either setting of prefix_directives. Add NEWS entry with migration information.
* * Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects.Joey Hess2008-01-07
|
* pass -refreshJoey Hess2007-12-28
|
* add a setup file for building the doc wikiJoey Hess2007-12-19
|
* * Added a version plugin that saves state about what's using it, to forceJoey Hess2007-12-08
| | | | pages to rebuild when ikiwiki's version changes.
* * Add a new ikiwiki-makerepo program, that automates setting up a repoJoey Hess2007-11-27
| | | | | | | and importing existing content for svn, git, and mercurial. This makes the setup process much simpler. * Reorganised git documentation. * Actually install the ikiwiki-update-wikilist program.
* bugfixjoey2007-09-09
|
* commit.joey2007-09-06
| | | | * Add the ikiwiki-update-wikilist command.
* fix path issue when runnign testjoey2007-09-05
|
* * Support for looking in multiple directories for underlay files.joey2007-08-28
| | | | | | | * Plugins can add new directories to the search path with the add_underlay function. * Split out smiley underlay files into a separate underlay, so if the plugin isn't used, the wiki isn't bloated with all those files.
* * Avoid ugly gettext messages if LANG is empty. Closes: #439035joey2007-08-21
|
* * Fix --libdir to work at the command line.joey2007-08-13
| | | | | * Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC.
* build fixesjoey2007-05-20
|
* * Apply patch from Pawel to avoid using -L in Makefile as it's not availablejoey2007-05-10
| | | | in older finds.
* updates for usedirsjoey2007-04-29
|
* * Avoid using GNU extensions to cp during "make install", which didjoshtriplett2007-04-29
| | | | not work on FreeBSD. Thanks to Henrik Brix Andersen for the patch.
* tmon.out removed by stock clean rule actually..joey2007-04-27
|
* * Avoid .svn directories when installing from svn checkout.joey2007-04-26
|
* * Add support for PROFILE=1 to the Makefile, this turns on profiling of thejoey2007-04-10
| | | | wiki build using Devel::Profiler (Dprof can't handle ikiwiki).
* --no-rcs is the default now, so no need to explicitly specifyjoey2007-03-29
|
* PERL5LIB won't work when using the taint flag, and use lib "." is removedjoey2007-02-21
| | | | | since ikiwiki.out is run now. So switch to using -I.
* supposed to run ikiwiki.out nowjoey2007-02-20
|
* build ikiwiki.out and use it to build the wiki, so that NOTAINT can take ↵joey2007-02-20
| | | | effect during the build too if necessary