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

Diff for /mandoc/Makefile between version 1.84 and 1.85

version 1.84, 2009/02/24 12:20:52 version 1.85, 2009/02/25 12:37:18
Line 1 
Line 1 
 .SUFFIXES:      .html .sgml  .SUFFIXES:      .html .sgml
   
 VERSION = 1.3.3  VERSION = "1.3.5"
   VDATE   = "25 February 2009"
   
 CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g  CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
   
Line 268  mdoclint: $(LINTOBJS) libmdoc.a
Line 269  mdoclint: $(LINTOBJS) libmdoc.a
   
 .sgml.html:  .sgml.html:
         validate $<          validate $<
         cp -f $< $@          sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@
   

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

CVSweb