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

Diff for /mandoc/Makefile between version 1.290 and 1.292

version 1.290, 2010/07/27 20:16:44 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
Line 298  mandoc: $(MAINOBJS) libroff.a libmdoc.a libman.a libma
Line 298  mandoc: $(MAINOBJS) libroff.a libmdoc.a libman.a libma
         sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@          sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@
   
 .1.1.txt .3.3.txt .7.7.txt:  .1.1.txt .3.3.txt .7.7.txt:
         ./mandoc -Tascii -Wall,error -fstrict $< | col -b > $@          ./mandoc -Tascii -Wall,stop $< | col -b > $@
   
 .1.1.sgml .3.3.sgml .7.7.sgml:  .1.1.sgml .3.3.sgml .7.7.sgml:
         ./mandoc -Thtml -Wall,error -fstrict -Ostyle=style.css,man=%N.%S.html,includes=%I.html $< > $@          ./mandoc -Thtml -Wall,stop -Ostyle=style.css,man=%N.%S.html,includes=%I.html $< > $@
   
 .1.1.ps .3.3.ps .7.7.ps:  .1.1.ps .3.3.ps .7.7.ps:
         ./mandoc -Tps -Wall,error -fstrict $< > $@          ./mandoc -Tps -Wall,stop $< > $@
   
 .1.1.pdf .3.3.pdf .7.7.pdf:  .1.1.pdf .3.3.pdf .7.7.pdf:
         ./mandoc -Tpdf -Wall,error -fstrict $< > $@          ./mandoc -Tpdf -Wall,stop $< > $@
   
 .tar.gz.md5:  .tar.gz.md5:
         md5 $< > $@          md5 $< > $@

Legend:
Removed from v.1.290  
changed lines
  Added in v.1.292

CVSweb