[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.4 and 1.7

version 1.4, 2019/02/06 21:11:46 version 1.7, 2022/08/02 11:28:49
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 REGRESS_TARGETS  = append cond escname factorial indir infinite startde tab  REGRESS_TARGETS  = append cond empty escname factorial
 REGRESS_TARGETS += TH Dd  REGRESS_TARGETS += indir infinite startde tab TH Dd
 LINT_TARGETS     = escname indir infinite  LINT_TARGETS     = escname indir infinite
   
 # groff-1.22.4 defect:  # groff-1.22.4 defect:
Line 10  LINT_TARGETS  = escname indir infinite
Line 10  LINT_TARGETS  = escname indir infinite
 SKIP_GROFF       = infinite  SKIP_GROFF       = infinite
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>
   
   
 # OpenBSD only: non-standard targets  
   
 # --- additions to public targets ---  
   
 all ascii: ascii-diff-opt  
   
 ascii-clean: ascii-clean-opt  
   
 groff: TH.out_ascii_opt Dd.out_ascii_opt  
   
 groff-clean: groff-clean-opt  
   
   
 # --- local rules ---  
   
 ascii-diff-opt: TH.mandoc_ascii_opt Dd.mandoc_ascii_opt  
         @${DIFF} ${.CURDIR}/TH.out_ascii_opt TH.mandoc_ascii_opt  
         @${DIFF} ${.CURDIR}/Dd.out_ascii_opt Dd.mandoc_ascii_opt  
   
 TH.mandoc_ascii_opt: TH.in  
         @${MANDOC} -Ios=OpenBSD -Tascii -man ${.ALLSRC} > ${.TARGET}  
   
 Dd.mandoc_ascii_opt: Dd.in  
         @${MANDOC} -Ios=OpenBSD -Tascii -mdoc ${.ALLSRC} > ${.TARGET}  
   
 ascii-clean-opt:  
         @rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt  
   
 TH.out_ascii_opt: TH.in  
         /usr/local/bin/nroff -c -man -Tascii ${.ALLSRC} > ${.TARGET}  
   
 Dd.out_ascii_opt: Dd.in  
         /usr/local/bin/nroff -c -mdoc -Tascii ${.ALLSRC} > ${.TARGET}  
   
 groff-clean-opt:  
         rm -f TH.out_ascii_opt Dd.out_ascii_opt  

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

CVSweb