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

Diff for /mandoc/Makefile between version 1.228 and 1.230

version 1.228, 2009/10/17 04:44:05 version 1.230, 2009/10/18 13:58:48
Line 59  GSGMLS    = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manu
Line 59  GSGMLS    = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manu
              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)
 XSLS       = ChangeLog.xsl  XSLS       = ChangeLog.xsl
 HTMLS      = index.html mandoc.1.html mdoc.3.html \  HTMLS      = index.html mandoc.1.html mdoc.3.html ChangeLog.html \
              man.3.html mdoc.7.html man.7.html mandoc_char.7.html \               man.3.html mdoc.7.html man.7.html mandoc_char.7.html \
              manuals.7.html               manuals.7.html
 TEXTS      = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \  TEXTS      = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \
Line 237  mandoc: $(MAINOBJS) libmdoc.a libman.a
Line 237  mandoc: $(MAINOBJS) libmdoc.a libman.a
 .1.1.txt .3.3.txt .7.7.txt:  .1.1.txt .3.3.txt .7.7.txt:
         ./mandoc $(MANDOCFLAGS) $< | col -b > $@          ./mandoc $(MANDOCFLAGS) $< | col -b > $@
   
 .1.1.sgml 3.3.sgml .7.7.sgml:  .1.1.sgml .3.3.sgml .7.7.sgml:
         ./mandoc $(MANDOCFLAGS) $(MANDOCHTML) $< > $@          ./mandoc $(MANDOCFLAGS) $(MANDOCHTML) $< > $@
   
 .tar.gz.md5:  .tar.gz.md5:

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.230

CVSweb