/[cvs]/nfo/perl/scripts/dispatchmail/doc/mkDoc.bat
ViewVC logotype

Diff of /nfo/perl/scripts/dispatchmail/doc/mkDoc.bat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Wed Jan 22 17:49:35 2003 UTC revision 1.2 by joko, Mon Feb 10 04:13:44 2003 UTC
# Line 1  Line 1 
1  @echo off  @echo off
2    
3    rem -----------------------------------------------------------------
4    
5    echo generating README.text
6    call pod2text README.pod README.text
7    
8    echo generating README.html
9    call pod2html --title=README --infile=README.pod --outfile=README.html
10    
11    rem -----------------------------------------------------------------
12    
13    echo generating INSTALL.text
14    call pod2text INSTALL.pod INSTALL.text
15    
16    echo generating INSTALL.html
17    call pod2html --title=INSTALL --infile=INSTALL.pod --outfile=INSTALL.html
18    
19    rem -----------------------------------------------------------------
20    
21  echo generating ChangeLog.text  echo generating ChangeLog.text
22  call pod2text ChangeLog.pod ChangeLog.text  call pod2text ChangeLog.pod ChangeLog.text
23    
24  echo generating ChangeLog.html  echo generating ChangeLog.html
25  call pod2html --title=ChangeLog --infile=ChangeLog.pod --outfile=ChangeLog.html  call pod2html --title=ChangeLog --infile=ChangeLog.pod --outfile=ChangeLog.html
26    
27    rem -----------------------------------------------------------------
28    
29    echo generating TODO.text
30    call pod2text TODO.pod TODO.text
31    
32    echo generating TODO.html
33    call pod2html --title=TODO --infile=TODO.pod --outfile=TODO.html
34    
35    rem -----------------------------------------------------------------

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed