]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/roff/de/Makefile
Implement the roff(7) .shift and .return requests,
[mandoc.git] / regress / roff / de / Makefile
index 9488ce05e8c56384f259d84bf4f858c34a61a872..0d024a23c73ff295a38d1c8e7b6298dfba69bdbc 100644 (file)
@@ -1,7 +1,12 @@
 # $OpenBSD: Makefile,v 1.9 2015/02/03 19:37:25 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 TH Dd
+LINT_TARGETS    = escname indir infinite
+
+# groff-1.22.3 defect:
+# infinite recursion aborts output completely
+
+SKIP_GROFF      = infinite
 
 .include <bsd.regress.mk>
 
@@ -26,10 +31,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