]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/roff/de/Makefile
Let roff_getname() end the roff identifier at a tab character
[mandoc.git] / regress / roff / de / Makefile
index 43bcf00fbae223f14da6296125f5707ad19a30de..0d4d203f94bbbf84cf7f32d2cb7cb7e7f879ca78 100644 (file)
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.9 2015/02/03 19:37:25 schwarze Exp $
+# $OpenBSD: Makefile,v 1.12 2019/02/06 20:54:28 schwarze Exp $
 
-REGRESS_TARGETS         = append cond escname factorial indir infinite startde TH Dd
+REGRESS_TARGETS         = append cond escname factorial indir infinite startde tab
+REGRESS_TARGETS        += TH Dd
 LINT_TARGETS    = escname indir infinite
 
-# groff-1.22.3 defect:
+# groff-1.22.4 defect:
 # infinite recursion aborts output completely
 
 SKIP_GROFF      = infinite
@@ -31,10 +32,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} -Tascii -man ${.ALLSRC} > ${.TARGET}
+       @${MANDOC} -Ios=OpenBSD -Tascii -man ${.ALLSRC} > ${.TARGET}
 
 Dd.mandoc_ascii_opt: Dd.in
-       @${MANDOC} -Tascii -mdoc ${.ALLSRC} > ${.TARGET}
+       @${MANDOC} -Ios=OpenBSD -Tascii -mdoc ${.ALLSRC} > ${.TARGET}
 
 ascii-clean-opt:
        @rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt