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

Diff for /mandoc/Makefile between version 1.258 and 1.259

version 1.258, 2010/03/31 08:04:57 version 1.259, 2010/03/31 08:42:40
Line 10  INSTALL_DATA = install -m 0444
Line 10  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.21  VERSION    = 1.9.22
 VDATE      = 31 March 2010  VDATE      = 31 March 2010
   
 VFLAGS     = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H  -DUGLY  VFLAGS     = -DVERSION="\"$(VERSION)\""
 WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
 CFLAGS    += -g $(VFLAGS) $(WFLAGS)  CFLAGS    += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H
 #CFLAGS   += -DOSNAME="\"OpenBSD 4.5\""  
   # Specify this if you want to hard-code the operating system to appear
   # in the lower-left hand corner of -mdoc manuals.
   # CFLAGS += -DOSNAME="\"OpenBSD 4.5\""
   
   # Specify this if you want to accept Xo/Xc macros extending the head of
   # block full-implicit macros.
   # CFLAGS += -DUGLY
   
 LINTFLAGS += $(VFLAGS)  LINTFLAGS += $(VFLAGS)
   
 MANDOCFLAGS = -Wall -fstrict  MANDOCFLAGS = -Wall -fstrict

Legend:
Removed from v.1.258  
changed lines
  Added in v.1.259

CVSweb