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

Diff for /mandoc/Makefile between version 1.223 and 1.227

version 1.223, 2009/10/07 12:35:23 version 1.227, 2009/10/13 10:57:25
Line 9  INSTALL_DATA = install -m 0444
Line 9  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.6  VERSION    = 1.9.8
 VDATE      = 25 September 2009  VDATE      = 10 October 2009
   
 VFLAGS     = -DVERSION=\"$(VERSION)\"  VFLAGS     = -DVERSION=\"$(VERSION)\"
 CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g  CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g
 CFLAGS    += $(VFLAGS)  CFLAGS    += $(VFLAGS)
 LINTFLAGS += $(VFLAGS)  LINTFLAGS += $(VFLAGS)
   
Line 54  SRCS    = $(MDOCSRCS) $(MAINSRCS) $(MANSRCS)
Line 54  SRCS    = $(MDOCSRCS) $(MAINSRCS) $(MANSRCS)
 DATAS      = arch.in att.in lib.in msec.in st.in \  DATAS      = arch.in att.in lib.in msec.in st.in \
              vol.in chars.in               vol.in chars.in
 HEADS      = mdoc.h libmdoc.h man.h libman.h term.h \  HEADS      = mdoc.h libmdoc.h man.h libman.h term.h \
              libmandoc.h html.h chars.h out.h               libmandoc.h html.h chars.h out.h main.h
 GSGMLS     = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manuals.7.sgml \  GSGMLS     = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manuals.7.sgml \
              mandoc_char.7.sgml man.7.sgml man.3.sgml               mandoc_char.7.sgml man.7.sgml man.3.sgml
 SGMLS      = index.sgml $(GSGMLS)  SGMLS      = index.sgml $(GSGMLS)

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.227

CVSweb