diff options
author | Tom Feist <shabble@metavore.org> | 2010-10-14 20:45:40 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-10-14 20:45:40 +0000 |
commit | b195e2e51b643a5004c2f7f276444ad93d8e28d3 (patch) | |
tree | ffeede956bda0c0e2e28eeac78fb91cdbbc5eff6 /docs/buildpod.pl | |
parent | Merge branch 'dev' of github.com:shabble/irssi-scripts into dev (diff) | |
parent | vim_mode: Mention that :set only sets vim_mode settings. (diff) | |
download | irssi-scripts-b195e2e51b643a5004c2f7f276444ad93d8e28d3.tar.gz irssi-scripts-b195e2e51b643a5004c2f7f276444ad93d8e28d3.zip |
merged config
Diffstat (limited to 'docs/buildpod.pl')
-rwxr-xr-x | docs/buildpod.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/buildpod.pl b/docs/buildpod.pl index dfddf54..debaa3b 100755 --- a/docs/buildpod.pl +++ b/docs/buildpod.pl @@ -32,7 +32,7 @@ sub new { q(find something obviously wrong, or have requests ), q(for further documentation on topics not yet ), q(filled out, please ), - q(<a href="http://github.com/shabble/shab-irssi-scripts/issues#">create an issue</a>), + q(<a href="http://github.com/shabble/irssi-scripts/issues#">create an issue</a>), " on my Github page, and I'll see what I can do.</b></p>", ); @@ -90,7 +90,7 @@ package main; use File::Copy; -my $output_dir = "../../tmp/shab-irssi-scripts/docs/"; +my $output_dir = "../../tmp/irssi-scripts/docs/"; my $batchconv = Pod::Simple::HTMLBatch::Custom->new; my $css = 'podstyle.css'; |