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

Diff for /mandoc/Makefile between version 1.259 and 1.260

version 1.259, 2010/03/31 08:42:40 version 1.260, 2010/04/05 07:24:55
Line 1 
Line 1 
 .SUFFIXES:      .html .xml .sgml .1 .3 .7 .md5 .tar.gz .1.txt .3.txt .7.txt .1.sgml .3.sgml .7.sgml  .SUFFIXES:      .html .xml .sgml .1 .3 .7 .md5 .tar.gz .1.txt .3.txt .7.txt .1.sgml .3.sgml .7.sgml .h .h.html
   
 BINDIR          = $(PREFIX)/bin  BINDIR          = $(PREFIX)/bin
 INCLUDEDIR      = $(PREFIX)/include  INCLUDEDIR      = $(PREFIX)/include
Line 68  HEADS    = mdoc.h libmdoc.h man.h libman.h term.h \
Line 68  HEADS    = mdoc.h libmdoc.h man.h libman.h term.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  SGMLS      = index.sgml
 HTMLS      = ChangeLog.html index.html  HTMLS      = ChangeLog.html index.html man.h.html mdoc.h.html
 XSLS       = ChangeLog.xsl  XSLS       = ChangeLog.xsl
 GHTMLS     = mandoc.1.html mdoc.3.html man.3.html mdoc.7.html \  GHTMLS     = mandoc.1.html mdoc.3.html man.3.html mdoc.7.html \
              man.7.html mandoc_char.7.html manuals.7.html               man.7.html mandoc_char.7.html manuals.7.html
Line 240  mandoc: $(MAINOBJS) libmdoc.a libman.a
Line 240  mandoc: $(MAINOBJS) libmdoc.a libman.a
   
 .tar.gz.md5:  .tar.gz.md5:
         md5 $< > $@          md5 $< > $@
   
   .h.h.html:
           highlight -I $< >$@
   
 config.h: config.h.pre config.h.post  config.h: config.h.pre config.h.post
         rm -f config.log          rm -f config.log

Legend:
Removed from v.1.259  
changed lines
  Added in v.1.260

CVSweb