aboutsummaryrefslogtreecommitdiff
path: root/t/syntax.t
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-20 22:12:43 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-20 22:12:43 +0000
commit5bc73d7facbea81ae533777affaffbe3d7476c0f (patch)
tree34c96a7f781930535890a52cb0d80ddeed395caf /t/syntax.t
parenta95a7a428f439a08702f65da3b887382479ccaf0 (diff)
downloadikiwiki-5bc73d7facbea81ae533777affaffbe3d7476c0f.tar
ikiwiki-5bc73d7facbea81ae533777affaffbe3d7476c0f.tar.gz
* Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.
* Add some code to the build system that tries to determine if the lib installation directory is in @INC. If it's not, munge ikiwiki to hardcode the path to the lib directory. This should allow installing ikiwiki in nonstandard locations, including home directories, by just setting PREFIX at build time. * Fix nested examples directory in deb.
Diffstat (limited to 't/syntax.t')
-rwxr-xr-xt/syntax.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/syntax.t b/t/syntax.t
index cbbdee62f..20396aaae 100755
--- a/t/syntax.t
+++ b/t/syntax.t
@@ -3,7 +3,7 @@ use warnings;
use strict;
use Test::More;
-my @progs="ikiwiki.pl";
+my @progs="ikiwiki.in";
my @libs="IkiWiki.pm";
push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm`;