diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-12 18:55:56 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-12 18:55:56 -0500 |
commit | 3eaa5c91d7e7d012e050e54b7ee6b27db22efb19 (patch) | |
tree | 4abe8bfae0b335c1d5cc975f15f91d1305bdfb05 /IkiWiki.pm | |
parent | 82649be475f0d3459ea09d4fe6d65dfe212f0a80 (diff) | |
download | ikiwiki-3eaa5c91d7e7d012e050e54b7ee6b27db22efb19.tar ikiwiki-3eaa5c91d7e7d012e050e54b7ee6b27db22efb19.tar.gz |
export installdir
For use by Setup/Automator
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r-- | IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 4601d8590..ca483a111 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -26,7 +26,7 @@ our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match %pagesources %destsources); our $VERSION = 3.00; # plugin interface version, next is ikiwiki version our $version='unknown'; # VERSION_AUTOREPLACE done by Makefile, DNE -my $installdir=''; # INSTALLDIR_AUTOREPLACE done by Makefile, DNE +our $installdir=''; # INSTALLDIR_AUTOREPLACE done by Makefile, DNE # Optimisation. use Memoize; |