File: build

package info (click to toggle)
swish-e 2.4.3-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,308 kB
  • ctags: 7,642
  • sloc: ansic: 47,402; sh: 8,508; perl: 5,281; makefile: 723; xml: 9
file content (17 lines) | stat: -rwxr-xr-x 487 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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";