Revision 12209,
252 bytes
checked in by ghudson, 26 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r12208,
which included commits to RCS files with non-trunk default branches.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | KPATHSEA='' |
---|
3 | |
---|
4 | while test $# -gt 0 |
---|
5 | do |
---|
6 | case $1 in |
---|
7 | -DKPATHSEA) KPATHSEA=y;; |
---|
8 | esac |
---|
9 | shift |
---|
10 | done |
---|
11 | |
---|
12 | if test -z "$KPATHSEA" |
---|
13 | then |
---|
14 | echo '/^#ifkpathsea/,/^#/d' |
---|
15 | else |
---|
16 | echo '/^#ifnokpathsea/,/^#/d' |
---|
17 | echo 's/TEXFONTS/TFMFONTS/g' |
---|
18 | fi |
---|
19 | |
---|
20 | echo '/^#/d' |
---|
21 | |
---|
22 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.