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

Diff for /mandoc/Makefile between version 1.233 and 1.236

version 1.233, 2009/10/22 17:54:24 version 1.236, 2009/10/26 10:36:46
Line 9  INSTALL_DATA = install -m 0444
Line 9  INSTALL_DATA = install -m 0444
 INSTALL_LIB     = install -m 0644  INSTALL_LIB     = install -m 0644
 INSTALL_MAN     = $(INSTALL_DATA)  INSTALL_MAN     = $(INSTALL_DATA)
   
 VERSION    = 1.9.9  VERSION    = 1.9.11
 VDATE      = 21 October 2009  VDATE      = 26 October 2009
   
 VFLAGS     = -DVERSION="\"$(VERSION)\""  VFLAGS     = -DVERSION="\"$(VERSION)\""
 CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g  CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g
Line 19  CFLAGS    += $(VFLAGS)
Line 19  CFLAGS    += $(VFLAGS)
 LINTFLAGS += $(VFLAGS)  LINTFLAGS += $(VFLAGS)
   
 MANDOCFLAGS = -Wall -fstrict  MANDOCFLAGS = -Wall -fstrict
 MANDOCHTML = -Thtml -ostyle=style.css,man=%N.%S.html,includes=%I.html  MANDOCHTML = -Thtml -Ostyle=style.css,man=%N.%S.html,includes=%I.html
   
 MDOCLNS    = mdoc_macro.ln mdoc.ln mdoc_hash.ln mdoc_strings.ln \  MDOCLNS    = mdoc_macro.ln mdoc.ln mdoc_hash.ln mdoc_strings.ln \
              mdoc_argv.ln mdoc_validate.ln mdoc_action.ln \               mdoc_argv.ln mdoc_validate.ln mdoc_action.ln \

Legend:
Removed from v.1.233  
changed lines
  Added in v.1.236

CVSweb