Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar if necessa...
[ikiwiki.git] / ikiwiki-calendar.in
similarity index 95%
rename from ikiwiki-calendar
rename to ikiwiki-calendar.in
index a9548d6ec63813d2c150938f1df82ae5da2d6b4a..9738ea5f7195cef46bf6480fc5c515fd89438cbe 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use warnings;
 use strict;
+use lib '.'; # For use in nonstandard directory, munged by Makefile.
 use IkiWiki;
 use IkiWiki::Setup;
 use Getopt::Long;