source: trunk/third/tex/xdvi/gsftopk/mksedscript @ 12209

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
2KPATHSEA=''
3
4while test $# -gt 0
5do
6        case $1 in
7        -DKPATHSEA)             KPATHSEA=y;;
8        esac
9        shift
10done
11
12if test -z "$KPATHSEA"
13then
14        echo    '/^#ifkpathsea/,/^#/d'
15else
16        echo    '/^#ifnokpathsea/,/^#/d'
17        echo    's/TEXFONTS/TFMFONTS/g'
18fi
19
20echo '/^#/d'
21
22exit 0
Note: See TracBrowser for help on using the repository browser.