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

Diff for /mandoc/Makefile between version 1.229 and 1.230

version 1.229, 2009/10/18 11:13:39 version 1.230, 2009/10/18 13:58:48
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.229  
changed lines
  Added in v.1.230

CVSweb