/[cvs]/nfo/doc/topics/dispatchmail/.pod2htmlrc
ViewVC logotype

Contents of /nfo/doc/topics/dispatchmail/.pod2htmlrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Tue Feb 11 10:01:16 2003 UTC (21 years, 4 months ago) by root
Branch: MAIN
CVS Tags: HEAD
+ initial commit

1 #!/bin/bash
2
3 css=http://netfrag.org/horde/css.php?app=chora
4 backlink="back to top"
5 mypod2html="pod2html --header --css $css"
6
7 echo -----------------------------------------
8 echo generating html
9 echo -----------------------------------------
10
11 $mypod2html --title "ChangeLog" \
12 --infile ChangeLog.pod \
13 --outfile ChangeLog.html \
14 --backlink "$backlink"
15
16 $mypod2html --title "INSTALL" \
17 --infile INSTALL.pod \
18 --outfile INSTALL.html \
19 --backlink "$backlink"
20
21 $mypod2html --title "TODO" \
22 --infile TODO.pod \
23 --outfile TODO.html \
24 --backlink "$backlink"
25

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