/[public]/psiconv/tags/rel-0-6-1/formats/generate_rtf.sh
ViewVC logotype

Contents of /psiconv/tags/rel-0-6-1/formats/generate_rtf.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Sat Dec 4 21:46:46 1999 UTC (24 years, 5 months ago) by (unknown author)
File MIME type: application/x-sh
File size: 395 byte(s)
This commit was manufactured by cvs2svn to create tag 'rel-0-6-1'.
1 #!/bin/sh
2
3 echo "Generating rtf docs..."
4
5 basedir="$1"
6 outputdir="$2"
7 shift
8 shift
9
10 libtool=$basedir/libtool
11 psiconv=$basedir/psiconv/psiconv
12
13 for file in "$@"; do
14 echo "Going to process $file..."
15 outputfile=$outputdir/`basename $file|sed s,'.psi$','.rtf',`
16 echo $libtool --mode=execute $psiconv $file -o $outputfile -Trtf
17 $libtool --mode=execute $psiconv $file -o $outputfile -Trtf
18 done

Properties

Name Value
svn:executable *

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26