Revision 17620,
477 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.
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # Definitions for GNU Enscript testing environment. |
---|
4 | # |
---|
5 | |
---|
6 | # Set ENSCRIPT_LIBRARY so enscript knows where to lookup its lib files. |
---|
7 | ENSCRIPT_LIBRARY="$srcdir/../lib" |
---|
8 | export ENSCRIPT_LIBRARY |
---|
9 | |
---|
10 | output=testout.ps |
---|
11 | |
---|
12 | asciifiles="$srcdir/defs $srcdir/ascii.test $srcdir/../src/psgen.c" |
---|
13 | binaryfiles="../src/enscript ../src/mkafmmap" |
---|
14 | |
---|
15 | enscript="../src/enscript" |
---|
16 | |
---|
17 | # Check that $srcdir is set correctly. |
---|
18 | test -f $srcdir/defs || { |
---|
19 | echo "defs: installation error" 1>&2 |
---|
20 | exit 1 |
---|
21 | } |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.