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

Diff for /mandoc/Makefile between version 1.313 and 1.314

version 1.313, 2011/03/17 09:25:54 version 1.314, 2011/03/20 11:07:05
Line 18  INSTALL_DATA = $(INSTALL) -m 0444
Line 18  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.9  VERSION    = 1.10.10
 VDATE      = 07 January 2011  VDATE      = 20 March 2011
   
 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.313  
changed lines
  Added in v.1.314

CVSweb