]> 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 9488ce05e8c56384f259d84bf4f858c34a61a872..0d4d203f94bbbf84cf7f32d2cb7cb7e7f879ca78 100644 (file)
@@ -1,7 +1,13 @@
-# $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 startde TH Dd
-LINT_TARGETS   = escname indir
+REGRESS_TARGETS         = append cond escname factorial indir infinite startde tab
+REGRESS_TARGETS        += TH Dd
+LINT_TARGETS    = escname indir infinite
+
+# groff-1.22.4 defect:
+# infinite recursion aborts output completely
+
+SKIP_GROFF      = infinite
 
 .include <bsd.regress.mk>
 
@@ -26,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