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

Diff for /mandoc/Makefile between version 1.294 and 1.297

version 1.294, 2010/11/30 13:04:14 version 1.297, 2010/12/22 11:58:02
Line 1 
Line 1 
 .SUFFIXES:      .html .xml .sgml .1 .3 .7 .md5 .tar.gz  .SUFFIXES:      .html .xml .sgml .1 .3 .7 .md5 .tar.gz
 .SUFFIXES:      .1.txt .3.txt .7.txt  .SUFFIXES:      .1.txt .3.txt .7.txt
   .SUFFIXES:      .1.xhtml .3.xhtml .7.xhtml
 .SUFFIXES:      .1.sgml .3.sgml .7.sgml  .SUFFIXES:      .1.sgml .3.sgml .7.sgml
 .SUFFIXES:      .h .h.html  .SUFFIXES:      .h .h.html
 .SUFFIXES:      .1.ps .3.ps .7.ps  .SUFFIXES:      .1.ps .3.ps .7.ps
Line 17  INSTALL_DATA = $(INSTALL) -m 0444
Line 18  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.6  VERSION    = 1.10.7
 VDATE      = 27 September 2010  VDATE      = 6 December 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 55  MDOCSRCS   = mdoc_macro.c mdoc.c mdoc_hash.c mdoc_stri
Line 56  MDOCSRCS   = mdoc_macro.c mdoc.c mdoc_hash.c mdoc_stri
              arch.c vol.c msec.c st.c               arch.c vol.c msec.c st.c
   
 MANLNS     = man_macro.ln man.ln man_hash.ln man_validate.ln \  MANLNS     = man_macro.ln man.ln man_hash.ln man_validate.ln \
              man_action.ln man_argv.ln               man_argv.ln
   
 MANOBJS    = man_macro.o man.o man_hash.o man_validate.o \  MANOBJS    = man_macro.o man.o man_hash.o man_validate.o \
              man_action.o man_argv.o               man_argv.o
 MANSRCS    = man_macro.c man.c man_hash.c man_validate.c \  MANSRCS    = man_macro.c man.c man_hash.c man_validate.c \
              man_action.c man_argv.c               man_argv.c
   
 MAINLNS    = main.ln mdoc_term.ln chars.ln term.ln tree.ln \  MAINLNS    = main.ln mdoc_term.ln chars.ln term.ln tree.ln \
              compat.ln man_term.ln html.ln mdoc_html.ln \               compat.ln man_term.ln html.ln mdoc_html.ln \
Line 308  mandoc: $(MAINOBJS) libroff.a libmdoc.a libman.a libma
Line 309  mandoc: $(MAINOBJS) libroff.a libmdoc.a libman.a libma
   
 .1.1.ps .3.3.ps .7.7.ps:  .1.1.ps .3.3.ps .7.7.ps:
         ./mandoc -Tps -Wall,stop $< > $@          ./mandoc -Tps -Wall,stop $< > $@
   
   .1.1.xhtml .3.3.xhtml .7.7.xhtml:
           ./mandoc -Txhtml -Wall,stop -Ostyle=style.css,man=%N.%S.xhtml,includes=%I.html $< > $@
   
 .1.1.pdf .3.3.pdf .7.7.pdf:  .1.1.pdf .3.3.pdf .7.7.pdf:
         ./mandoc -Tpdf -Wall,stop $< > $@          ./mandoc -Tpdf -Wall,stop $< > $@

Legend:
Removed from v.1.294  
changed lines
  Added in v.1.297

CVSweb