Revision 17620,
261 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 | # --nup |
---|
4 | # |
---|
5 | |
---|
6 | . $srcdir/defs || exit 1 |
---|
7 | |
---|
8 | $enscript --quiet -G --nup=2 -p$output $asciifiles |
---|
9 | $enscript --quiet -G2r -U2 -p$output $asciifiles |
---|
10 | $enscript --quiet -G --nup=4 -p$output $asciifiles |
---|
11 | $enscript --quiet -G2r -U4 -p$output $asciifiles |
---|
12 | |
---|
13 | rm $output |
---|
Note: See
TracBrowser
for help on using the repository browser.