blob: bc31792704a6bcb969f09c0953f93ed51fa11afa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
*** scripts/mkpsprolog.orig Tue Jun 8 16:10:07 1999
--- scripts/mkpsprolog Tue Jun 8 16:10:07 1999
***************
*** 8,17 ****
# Read COPYING for more information
# Maybe sed would be more suitable for such a simple task, but you already
! # need gawk for mktitlepage & mkvtxfont, so why not use it here...
! exec gawk '
BEGIN {
print "/* This file was created automatically by mkpsprolog. DO NOT EDIT */"
print ""
--- 8,17 ----
# Read COPYING for more information
# Maybe sed would be more suitable for such a simple task, but you already
! # need awk for mktitlepage & mkvtxfont, so why not use it here...
! exec awk '
BEGIN {
print "/* This file was created automatically by mkpsprolog. DO NOT EDIT */"
print ""
|