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

Diff for /mandoc/regress/char/unicode/Makefile between version 1.1 and 1.3

version 1.1, 2017/02/08 03:02:16 version 1.3, 2017/02/11 17:53:33
Line 3 
Line 3 
 REGRESS_TARGETS  = ascii input invalid latin1 latin1diff  REGRESS_TARGETS  = ascii input invalid latin1 latin1diff
 REGRESS_TARGETS += man mdoc named namediff nogroff  REGRESS_TARGETS += man mdoc named namediff nogroff
 SKIP_ASCII       = man mdoc  SKIP_ASCII       = man mdoc
 UTF8_TARGETS     = ${REGRESS_TARGETS}  # input and nogroff exhibit implementation dependent differences
   # among wcwidth(3) on different systems
   #UTF8_TARGETS    = ${REGRESS_TARGETS}
   UTF8_TARGETS     = ascii invalid man mdoc namediff
 HTML_TARGETS     = ascii invalid latin1 latin1diff named namediff nogroff  HTML_TARGETS     = ascii invalid latin1 latin1diff named namediff nogroff
 LINT_TARGETS     = input invalid  LINT_TARGETS     = input invalid
   

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

CVSweb