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

Diff for /mandoc/Makefile between version 1.247 and 1.250

version 1.247, 2010/01/01 17:25:07 version 1.250, 2010/02/17 19:56:17
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.14  VERSION    = 1.9.15
 VDATE      = 16 November 2009  VDATE      = 18 February 2010
   
 VFLAGS     = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H  VFLAGS     = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H
 WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
Line 126  uninstall:
Line 126  uninstall:
         rm -f $(EXAMPLEDIR)/example.style.css          rm -f $(EXAMPLEDIR)/example.style.css
   
 $(OBJS): config.h  $(OBJS): config.h
   
   $(LNS): config.h
   
 man_macro.ln: man_macro.c libman.h  man_macro.ln: man_macro.c libman.h
 man_macro.o: man_macro.c libman.h  man_macro.o: man_macro.c libman.h

Legend:
Removed from v.1.247  
changed lines
  Added in v.1.250

CVSweb