diff options
author | Tom Feist <shabble@metavore.org> | 2010-12-01 12:00:48 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-12-01 12:00:48 +0000 |
commit | 5e47d313e6a037b7892ec6553e009d03be18ffb6 (patch) | |
tree | 9993ab44eb00d2b897b7ca4eca48d226989d11a8 /docs/buildpod.pl | |
parent | docs: updated buildpod script to save to new tmp location (diff) | |
download | irssi-scripts-5e47d313e6a037b7892ec6553e009d03be18ffb6.tar.gz irssi-scripts-5e47d313e6a037b7892ec6553e009d03be18ffb6.zip |
docs: clarify signal_remove cannot be applied to coderef handlers.
Diffstat (limited to '')
-rwxr-xr-x | docs/buildpod.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildpod.pl b/docs/buildpod.pl index e683185..debaa3b 100755 --- a/docs/buildpod.pl +++ b/docs/buildpod.pl @@ -90,7 +90,7 @@ package main; use File::Copy; -my $output_dir = "../../tmp/irssi/docs/"; +my $output_dir = "../../tmp/irssi-scripts/docs/"; my $batchconv = Pod::Simple::HTMLBatch::Custom->new; my $css = 'podstyle.css'; |