X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/a95a7a428f439a08702f65da3b887382479ccaf0:/ikiwiki.pl..5bc73d7facbea81ae533777affaffbe3d7476c0f:/ikiwiki.in diff --git a/ikiwiki.pl b/ikiwiki.in similarity index 97% rename from ikiwiki.pl rename to ikiwiki.in index ff1da353e..7d13ab455 100755 --- a/ikiwiki.pl +++ b/ikiwiki.in @@ -6,7 +6,7 @@ package IkiWiki; 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 () { #{{{