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

Diff for /mandoc/regress/mdoc/Nm/Makefile between version 1.3 and 1.4

version 1.3, 2017/03/05 20:00:03 version 1.4, 2017/03/08 22:54:59
Line 6  REGRESS_TARGETS += font long par parns punct
Line 6  REGRESS_TARGETS += font long par parns punct
   
 LINT_TARGETS     = badNAME badNAMEuse break broken  LINT_TARGETS     = badNAME badNAMEuse break broken
   
 MARKDOWN_TARGETS  = break broken empty  
 MARKDOWN_TARGETS += font long par parns punct  
   
 # groff-1.22.3/mandoc differences:  # groff-1.22.3/mandoc differences:
 # - When the head of an Nm block in the SYNOPSIS is broken by an  # - When the head of an Nm block in the SYNOPSIS is broken by an
 #   explicit block end macro on the same line, formatting differs,  #   explicit block end macro on the same line, formatting differs,
Line 23  SKIP_TMAN  = broken par parns
Line 20  SKIP_TMAN  = broken par parns
 # remaining content in the document gets lost.  # remaining content in the document gets lost.
   
 SKIP_GROFF      += break  SKIP_GROFF      += break
   
   SKIP_MARKDOWN   ?= badNAME badNAMEuse emptyNAME emptyNAMEuse
   
 .include <bsd.regress.mk>  .include <bsd.regress.mk>

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

CVSweb