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

Diff for /mandoc/Makefile between version 1.282 and 1.284

version 1.282, 2010/06/26 15:22:19 version 1.284, 2010/06/29 15:00:44
Line 12  INSTALL_DATA = $(INSTALL) -m 0444
Line 12  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.10.2  VERSION    = 1.10.3
 VDATE      = 19 June 2010  VDATE      = 29 June 2010
   
 VFLAGS     = -DVERSION="\"$(VERSION)\""  VFLAGS     = -DVERSION="\"$(VERSION)\""
 WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
Line 22  CFLAGS    += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H
Line 22  CFLAGS    += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H
 # Specify this if you want to hard-code the operating system to appear  # Specify this if you want to hard-code the operating system to appear
 # in the lower-left hand corner of -mdoc manuals.  # in the lower-left hand corner of -mdoc manuals.
 # CFLAGS += -DOSNAME="\"OpenBSD 4.5\""  # CFLAGS += -DOSNAME="\"OpenBSD 4.5\""
   
 # Unset this if you don't want Xo/Xc allowing split `It' lines, which  
 # breaks symmetry.  
 CFLAGS    += -DUGLY  
   
 LINTFLAGS += $(VFLAGS)  LINTFLAGS += $(VFLAGS)
   

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.284

CVSweb