Revision 17620,
241 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17619,
which included commits to RCS files with non-trunk default branches.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # Input encodings |
---|
4 | # |
---|
5 | |
---|
6 | . $srcdir/defs || exit 1 |
---|
7 | |
---|
8 | for i in ascii asciifise asciidkno ibmpc 88591 88592 88593 88594 88595 88597 mac vms hp8 koi8; do |
---|
9 | $enscript -G2r --quiet --encoding=$i -p$output $srcdir/../$i.txt |
---|
10 | done |
---|
11 | |
---|
12 | rm $output |
---|
Note: See
TracBrowser
for help on using the repository browser.