diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2003-12-22 21:34:13 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2003-12-22 21:34:13 +0000 |
commit | 9499f200a6001d0ed81140a34ee6bb379d41588e (patch) | |
tree | 1ec432b1ccc5312cfe28f273802212b70983fe60 /config.nmake | |
parent | c263d27773321a99d3ee06c20570790b4f75a7e1 (diff) | |
download | wireshark-9499f200a6001d0ed81140a34ee6bb379d41588e.tar.gz wireshark-9499f200a6001d0ed81140a34ee6bb379d41588e.tar.bz2 wireshark-9499f200a6001d0ed81140a34ee6bb379d41588e.zip |
calling pod2man and pod2html indirectly through the bash
svn path=/trunk/; revision=9414
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake index b93453b37e..f0e005c256 100644 --- a/config.nmake +++ b/config.nmake @@ -1,4 +1,4 @@ -# $Id: config.nmake,v 1.68 2003/12/10 21:50:04 gerald Exp $ +# $Id: config.nmake,v 1.69 2003/12/22 21:34:13 ulfl Exp $ VERSION=0.10.0 # @@ -100,8 +100,8 @@ PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;c:\python22;c:\ethereal\wiretap;$( SH=bash PERL=perl -POD2MAN=pod2man -POD2HTML=pod2html +POD2MAN=$(SH) pod2man +POD2HTML=$(SH) pod2html PYTHON="C:/python22/python.exe" LEX=flex YACC=bison |