Parent Directory | Revision Log
(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 |
Name | Value |
---|---|
svn:executable | * |
frodo@frodo.looijaard.name | ViewVC Help |
Powered by ViewVC 1.1.26 |