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/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/sendmail/doc/op/Makefile b/contrib/sendmail/doc/op/Makefile
index 4b3644d..e339113 100644
--- a/contrib/sendmail/doc/op/Makefile
+++ b/contrib/sendmail/doc/op/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 8.7.8.1 2001/01/04 18:55:46 gshapiro Exp $
+# $Id: Makefile,v 8.7.8.4 2001/07/01 18:34:56 gshapiro Exp $
DIR= smm/08.sendmailop
SRCS= op.me
@@ -7,11 +7,13 @@ MACROS= -me
ROFF_CMD= groff
PIC_CMD= pic
EQN_CMD= eqn
+UL_CMD= ul
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
all: ${OBJS}
@@ -21,7 +23,7 @@ op.ps: ${SRCS}
op.txt: ${SRCS}
rm -f $@
- ${PIC} ${SRCS} | ${EQNASCII} | ${ROFFASCII} > $@
+ ${PIC} ${SRCS} | ${EQNASCII} | ${ROFFASCII} | ${ULASCII} > $@
clean:
rm -f op.ps op.txt
OpenPOWER on IntegriCloud