projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40af2fc
)
support %destsources
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 14 Apr 2007 20:41:43 +0000
(20:41 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 14 Apr 2007 20:41:43 +0000
(20:41 +0000)
t/linkify.t
patch
|
blob
|
history
diff --git
a/t/linkify.t
b/t/linkify.t
index 1b297433a57e4ccc146da35ad9dc9d4c1fc3788e..962456c30c2930779c98966e1783da0234ff1045 100755
(executable)
--- a/
t/linkify.t
+++ b/
t/linkify.t
@@
-20,6
+20,7
@@
sub linkify ($$$$) {
$IkiWiki::pagecase{lc $page}=$page;
$links{$page}=[];
$renderedfiles{"$page.mdwn"}=[$page];
+ $destsources{$page}="$page.mdwn";
}
%config=IkiWiki::defaultconfig();
$config{cgiurl}="http://somehost/ikiwiki.cgi";