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

Diff for /mandoc/Makefile between version 1.272 and 1.273

version 1.272, 2010/05/25 22:16:59 version 1.273, 2010/05/29 19:45:32
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.9.25  VERSION    = 1.10.0
 VDATE      = 13 May 2010  VDATE      = 29 May 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

Legend:
Removed from v.1.272  
changed lines
  Added in v.1.273

CVSweb