]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki.in
* Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.
[ikiwiki.git] / ikiwiki.in
similarity index 97%
rename from ikiwiki.pl
rename to ikiwiki.in
index ff1da353efe881937edd0f5d50a41d1ee6c2c0e5..7d13ab455c60dd80a743d6fb519d1400b9e02b4b 100755 (executable)
@@ -6,7 +6,7 @@ package IkiWiki;
 
 use warnings;
 use strict;
 
 use warnings;
 use strict;
-use lib '.'; # For use without installation, removed by Makefile.
+use lib '.'; # For use in nonstandard directory, munged by Makefile.
 use IkiWiki;
 
 sub usage () { #{{{
 use IkiWiki;
 
 sub usage () { #{{{