From f6695ed045433b34b4553008b9531c09eef031ee Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sat, 21 Sep 1985 22:25:05 -0800 Subject: [PATCH] add imagen SCCS-vsn: usr.bin/plot/Makefile 4.6 SCCS-vsn: usr.bin/plot/plot.sh 4.4 SCCS-vsn: usr.bin/plot/plot.1 6.2 --- usr/src/usr.bin/plot/Makefile | 7 +++++-- usr/src/usr.bin/plot/plot.1 | 7 ++++++- usr/src/usr.bin/plot/plot.sh | 3 ++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/usr/src/usr.bin/plot/Makefile b/usr/src/usr.bin/plot/Makefile index e892d19a26..8d4e5c8f5f 100644 --- a/usr/src/usr.bin/plot/Makefile +++ b/usr/src/usr.bin/plot/Makefile @@ -1,8 +1,8 @@ -# Makefile 4.5 85/01/04 +# Makefile 4.6 85/09/21 # CFLAGS= -O ALL= tek t4013 t300 t300s t450 aedplot bgplot crtplot dumbplot gigiplot \ - hpplot hp7221plot debug atoplot plottoa + hpplot hp7221plot implot debug atoplot plottoa all: ${ALL} @@ -42,6 +42,9 @@ hpplot: driver.o hp7221plot: driver.o cc -o hp7221plot driver.o -lplot7221 -lm +implot: driver.o + cc -o implot driver.o -lplotimagen -lm + atoplot: atoplot.o cc -o atoplot atoplot.o -lplot -lm diff --git a/usr/src/usr.bin/plot/plot.1 b/usr/src/usr.bin/plot/plot.1 index 39abf697a3..c5c434e3f7 100644 --- a/usr/src/usr.bin/plot/plot.1 +++ b/usr/src/usr.bin/plot/plot.1 @@ -1,4 +1,4 @@ -.\" @(#)plot.1 6.1 (Berkeley) %G% +.\" @(#)plot.1 6.2 (Berkeley) %G% .\" .TH PLOT 1G "" .AT 3 @@ -64,6 +64,9 @@ DEC vt125 terminal. .BR hp2648\ or\ hp\ or\ hp8 Hewlett Packard 2648 graphics terminal. .TP +.B imagen\ or\ ip +Imagen LBP-10 200 dots-per-inch laser printer. +.TP .B ver Versatec D1200A printer-plotter. .TP @@ -101,6 +104,8 @@ the standard output. .br /usr/bin/hpplot .br +/usr/bin/implot +.br /usr/ucb/lpr .SH "SEE ALSO" plot(3X), plot(3F), plot(5), lpr(1) diff --git a/usr/src/usr.bin/plot/plot.sh b/usr/src/usr.bin/plot/plot.sh index ecc3bb9252..35f78d0600 100644 --- a/usr/src/usr.bin/plot/plot.sh +++ b/usr/src/usr.bin/plot/plot.sh @@ -1,5 +1,5 @@ #!/bin/sh -# @(#)plot.sh 4.3 (Berkeley) %G% +# @(#)plot.sh 4.4 (Berkeley) %G% # PATH=/bin:/usr/bin:/usr/ucb case $1 in @@ -21,6 +21,7 @@ case $t in -Thp7221|-Thp7|-Th7) exec hp7221plot $*;; -Thp|-T2648|-T2648a|-Thp2648|-Thp2648a|h8) exec hpplot $*;; +-Tip|-Timagen) exec implot $*;; -Tcrt) exec crtplot $*;; -Tdumb|un|unknown) exec dumbplot $*;; *) exec crtplot $*;; -- 2.20.1