head	1.6;
access;
symbols
	rel-2-4-3a:1.5
	rel-2-4-3:1.5
	rel-2-4-2:1.5
	rel-2-4-1:1.5
	rel-2-4-0-patches:1.5.0.4
	rel-2-4-0:1.5
	rel-2-2-3:1.5
	rel-2-2-2:1.5
	rel-2-2-1-merged:1.5
	rel-2-2-1:1.5
	rel-2-2-patches:1.5.0.2
	rel-2-2a:1.5
	rel-2-2:1.5
	rel2-2rc1:1.5;
locks; strict;
comment	@# @;


1.6
date	2005.02.08.18.07.23;	author whmoseley;	state dead;
branches;
next	1.5;

1.5
date	2001.01.27.17.51.46;	author whmoseley;	state Exp;
branches;
next	1.4;

1.4
date	2001.01.05.18.56.08;	author whmoseley;	state Exp;
branches;
next	1.3;

1.3
date	2000.12.29.22.21.54;	author whmoseley;	state Exp;
branches;
next	1.2;

1.2
date	2000.12.29.00.06.15;	author whmoseley;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.23.07.24.47;	author whmoseley;	state Exp;
branches;
next	;


desc
@@


1.6
log
@*** empty log message ***
@
text
@#!/usr/bin/perl -w

# this file is used to simplify the use of pod2hpp so you don't have to
# specify the path to the config file on every execution

# you call this script just like pod2hpp but without the -c argument.
use FindBin qw($Bin);

$ENV{PERL5LIB} = "$Bin/../"; 
$ENV{PATH} = "$Bin:$ENV{PATH}";  # to use local version of pod2html


# forward the @@ARGV
system "$Bin/pod2hpp @@ARGV $Bin/../swish.conf";
#unlink "$Bin/../pod2html-dircache";
#unlink "$Bin/../pod2html-itemcache";

@


1.5
log
@Removed the force from building of HTML docs.
Should now only update modified files when needed.
@
text
@@


1.4
log
@Adjusted for split version with search.cgi script
@
text
@d14 3
a16 3
system "$Bin/pod2hpp -f @@ARGV $Bin/../swish.conf";
unlink "$Bin/../pod2html-dircache";
unlink "$Bin/../pod2html-itemcache";
@


1.3
log
@*** empty log message ***
@
text
@d10 1
@


1.2
log
@*** empty log message ***
@
text
@d13 1
a13 1
system "pod2hpp -f @@ARGV $Bin/../swish.conf";
@


1.1
log
@Syncing with 2.1.10-devel6 release
Commiting initial documention, and the doc generations scripts
I'm including much of perl modules as they have been modified for
Swish's use.  They may be removed in later versions.
@
text
@d9 3
d13 4
a16 1
system "pod2hpp @@ARGV $Bin/../swish.conf";
@

