summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/doc/op/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/doc/op/Makefile')
-rw-r--r--contrib/sendmail/doc/op/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/sendmail/doc/op/Makefile b/contrib/sendmail/doc/op/Makefile
index e339113..09f4592 100644
--- a/contrib/sendmail/doc/op/Makefile
+++ b/contrib/sendmail/doc/op/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 8.7.8.4 2001/07/01 18:34:56 gshapiro Exp $
+# $Id: Makefile,v 8.14 2002/01/07 22:24:36 gshapiro Exp $
DIR= smm/08.sendmailop
SRCS= op.me
@@ -8,12 +8,14 @@ ROFF_CMD= groff
PIC_CMD= pic
EQN_CMD= eqn
UL_CMD= ul
+PS2PDF_CMD= ps2pdf
PIC= ${PIC_CMD} -C
EQNASCII= ${EQN_CMD} -C -Tascii
EQNPS= ${EQN_CMD} -C -Tps
ROFFASCII= ${ROFF_CMD} -Tascii ${MACROS}
ROFFPS= ${ROFF_CMD} -Tps -mps ${MACROS}
ULASCII= ${UL_CMD} -t dumb
+PS2PDF= ${PS2PDF_CMD}
all: ${OBJS}
@@ -25,7 +27,11 @@ op.txt: ${SRCS}
rm -f $@
${PIC} ${SRCS} | ${EQNASCII} | ${ROFFASCII} | ${ULASCII} > $@
+op.pdf: op.ps
+ rm -f $@
+ ${PS2PDF} op.ps op.pdf
+
clean:
- rm -f op.ps op.txt
+ rm -f op.ps op.txt op.pdf
install: ${OBJS}
OpenPOWER on IntegriCloud