summaryrefslogtreecommitdiff
path: root/regress/usr.bin
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-03-30 19:43:20 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-03-30 19:43:20 +0000
commit1847b12ef133c3b57ce9f884e039cb40e0e38323 (patch)
tree4e077280a9978f44c921fe331a8aca1dc54a4a34 /regress/usr.bin
parent5c5c4f65305a319ce28ac2f9cedc0f8edbc7f7d7 (diff)
make -Tascii explicit, to be safe when -Tlocale becomes the default
Diffstat (limited to 'regress/usr.bin')
-rw-r--r--regress/usr.bin/mandoc/roff/de/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/mandoc/roff/de/Makefile b/regress/usr.bin/mandoc/roff/de/Makefile
index 2f3262bce36..72c0788535f 100644
--- a/regress/usr.bin/mandoc/roff/de/Makefile
+++ b/regress/usr.bin/mandoc/roff/de/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2012/06/02 23:18:31 schwarze Exp $
+# $OpenBSD: Makefile,v 1.2 2014/03/30 19:43:19 schwarze Exp $
REGRESS_TARGETS=TH Dd
@@ -23,10 +23,10 @@ ascii-diff-opt: TH.mandoc_ascii_opt Dd.mandoc_ascii_opt
${DIFF} ${.CURDIR}/Dd.out_ascii_opt Dd.mandoc_ascii_opt
TH.mandoc_ascii_opt: TH.in
- ${MANDOC} -man ${.ALLSRC} > ${.TARGET}
+ ${MANDOC} -Tascii -man ${.ALLSRC} > ${.TARGET}
Dd.mandoc_ascii_opt: Dd.in
- ${MANDOC} -mdoc ${.ALLSRC} > ${.TARGET}
+ ${MANDOC} -Tascii -mdoc ${.ALLSRC} > ${.TARGET}
ascii-clean-opt:
rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt