From 9c10de27005fedff0460e4f951be55bebebde98f Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Mon, 11 Oct 2010 19:28:59 +0100 Subject: modified buildpod to account for repo rename --- docs/buildpod.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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(create an issue), + q(create an issue), " on my Github page, and I'll see what I can do.

", ); @@ -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'; -- cgit v1.2.3