Parent Directory | Revision Log
(Frodo) Now formats generation works too in the new structure
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 | frodo | 59 | psiconv=$basedir/program/psiconv/psiconv |
12 | frodo | 7 | |
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 |
Name | Value |
---|---|
svn:executable | * |
frodo@frodo.looijaard.name | ViewVC Help |
Powered by ViewVC 1.1.26 |