/[MITgcm]/mitgcm.org/devel/buildweb/pkg/swish-e/doc/bin/build
ViewVC logotype

Contents of /mitgcm.org/devel/buildweb/pkg/swish-e/doc/bin/build

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri Sep 20 19:47:29 2002 UTC (22 years, 10 months ago) by adcroft
Branch: Import, MAIN
CVS Tags: baseline, HEAD
Changes since 1.1: +0 -0 lines
Importing web-site building process.

1 #!/usr/bin/perl -w
2
3 # this file is used to simplify the use of pod2hpp so you don't have to
4 # specify the path to the config file on every execution
5
6 # you call this script just like pod2hpp but without the -c argument.
7 use FindBin qw($Bin);
8
9 $ENV{PERL5LIB} = "$Bin/../";
10 $ENV{PATH} = "$Bin:$ENV{PATH}"; # to use local version of pod2html
11
12
13 # forward the @ARGV
14 system "$Bin/pod2hpp @ARGV $Bin/../swish.conf";
15 #unlink "$Bin/../pod2html-dircache";
16 #unlink "$Bin/../pod2html-itemcache";

  ViewVC Help
Powered by ViewVC 1.1.22