diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-03 03:28:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-03 03:28:27 +0000 |
| commit | 362c392f0b63a6237bcc68b8d813ae6b3d4912f2 (patch) | |
| tree | 1c29d5f6c7460da80ad2b28a968ea7ba3d5b7ffe /lib/libcurses | |
| parent | 25f5c3ba98f12a0bfabfe7aaeb2d692affb83fc8 (diff) | |
| parent | 5500fdcd4f4839f2185e704508b3f6c2a11ccba6 (diff) | |
Notes
Diffstat (limited to 'lib/libcurses')
| -rw-r--r-- | lib/libcurses/PSD.doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/PSD.doc/Makefile b/lib/libcurses/PSD.doc/Makefile index f93ee64ae97a3..a09c460d3559e 100644 --- a/lib/libcurses/PSD.doc/Makefile +++ b/lib/libcurses/PSD.doc/Makefile @@ -1,4 +1,4 @@ -# @(#)Makefile 8.1 (Berkeley) 8/14/93 +# @(#)Makefile 8.2 (Berkeley) 5/23/94 DIR= psd/19.curses SRCS= Master @@ -22,7 +22,7 @@ VFONT= /usr/libexec/vfontedpr ${VFONT} $*.c | grep -v "^'wh" > $*.gr paper.ps: ${SRCS} - ${ROFF} ${SRCS} > ${.TARGET} + soelim ${SRCS} | ${ROFF} > ${.TARGET} Master: twinkle1.gr ex1.gr ex2.gr fns.doc intro.5 intro.2.tbl intro.0 intro.1 \ intro.3 intro.4 intro.6 macros c_macros |
