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

Diff for /mandoc/Makefile between version 1.291 and 1.292

version 1.291, 2010/08/20 05:52:59 version 1.292, 2010/09/27 12:34:21
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.5  VERSION    = 1.10.6
 VDATE      = 27 July 2010  VDATE      = 27 September 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.291  
changed lines
  Added in v.1.292

CVSweb