Parent Directory
|
Revision Log
(Frodo) Ouch. Forgot to add the -c arg to psiconv at the right place
| 1 | #! /bin/sh |
| 2 | |
| 3 | echo "Generating ascii docs..." |
| 4 | |
| 5 | basedir="$1" |
| 6 | outputdir="$2" |
| 7 | shift |
| 8 | shift |
| 9 | |
| 10 | libtool="$basedir/libtool" |
| 11 | psiconv="$basedir/program/psiconv/psiconv" |
| 12 | config="$basedir/formats/psiconv.conf" |
| 13 | |
| 14 | for file in "$@"; do |
| 15 | echo "Going to process $file..." |
| 16 | outputfile=$outputdir/`basename $file|sed s,'.psi$','.ascii',` |
| 17 | echo $libtool --mode=execute $psiconv -c $config -o $outputfile -Tascii $file |
| 18 | $libtool --mode=execute $psiconv -c $config -o $outputfile -Tascii $file |
| 19 | done |
| Name | Value |
|---|---|
| svn:executable | * |
| frodo@frodo.looijaard.name | ViewVC Help |
| Powered by ViewVC 1.1.26 |