diff options
author | Tom Feist <shabble@metavore.org> | 2010-11-26 19:30:02 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-11-26 19:30:02 +0000 |
commit | 9a7dae1059f96e9b76bc7a9fafed2210556519f5 (patch) | |
tree | e367638e0841a3ae886ee9029255f1e196ff5535 /docs | |
parent | uberprompt: squash an uninitalised warning in $cumode checking (diff) | |
download | irssi-scripts-9a7dae1059f96e9b76bc7a9fafed2210556519f5.tar.gz irssi-scripts-9a7dae1059f96e9b76bc7a9fafed2210556519f5.zip |
docs: updated buildpod script to save to new tmp locationvim_mode_1.0
Diffstat (limited to 'docs')
-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 debaa3b..e683185 100755 --- a/docs/buildpod.pl +++ b/docs/buildpod.pl @@ -90,7 +90,7 @@ package main; use File::Copy; -my $output_dir = "../../tmp/irssi-scripts/docs/"; +my $output_dir = "../../tmp/irssi/docs/"; my $batchconv = Pod::Simple::HTMLBatch::Custom->new; my $css = 'podstyle.css'; |