/[public]/psiconv/trunk/formats/generate_rtf.sh
ViewVC logotype

Annotation of /psiconv/trunk/formats/generate_rtf.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations)
Mon Oct 4 18:19:26 1999 UTC (24 years, 6 months ago) by frodo
File MIME type: application/x-sh
File size: 395 byte(s)
(Frodo) Added --enable-rtf-docs flag in configure, and scripts needed to
        generate RTF docs

No substitution of links is done yet.

1 frodo 7 #!/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