[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / de

Diff for /mandoc/regress/roff/de/Makefile between version 1.1 and 1.5

version 1.1, 2017/02/08 03:03:19 version 1.5, 2019/04/21 23:51:22
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 REGRESS_TARGETS = append cond escname factorial indir startde TH Dd  REGRESS_TARGETS  = append cond empty escname factorial
 LINT_TARGETS    = escname indir  REGRESS_TARGETS += indir infinite startde tab TH Dd
   LINT_TARGETS     = escname indir infinite
   
   # groff-1.22.4 defect:
   # infinite recursion aborts output completely
   
   SKIP_GROFF       = infinite
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>
   
   
Line 26  ascii-diff-opt: TH.mandoc_ascii_opt Dd.mandoc_ascii_op
Line 32  ascii-diff-opt: TH.mandoc_ascii_opt Dd.mandoc_ascii_op
         @${DIFF} ${.CURDIR}/Dd.out_ascii_opt Dd.mandoc_ascii_opt          @${DIFF} ${.CURDIR}/Dd.out_ascii_opt Dd.mandoc_ascii_opt
   
 TH.mandoc_ascii_opt: TH.in  TH.mandoc_ascii_opt: TH.in
         @${MANDOC} -Tascii -man ${.ALLSRC} > ${.TARGET}          @${MANDOC} -Ios=OpenBSD -Tascii -man ${.ALLSRC} > ${.TARGET}
   
 Dd.mandoc_ascii_opt: Dd.in  Dd.mandoc_ascii_opt: Dd.in
         @${MANDOC} -Tascii -mdoc ${.ALLSRC} > ${.TARGET}          @${MANDOC} -Ios=OpenBSD -Tascii -mdoc ${.ALLSRC} > ${.TARGET}
   
 ascii-clean-opt:  ascii-clean-opt:
         @rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt          @rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

CVSweb