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

Diff for /texi2mdoc/Makefile between version 1.6 and 1.7

version 1.6, 2015/02/23 15:23:56 version 1.7, 2015/02/23 15:26:26
Line 36  index.html: index.xml $(VERSIONS)
Line 36  index.html: index.xml $(VERSIONS)
         sblg -o- -t index.xml $(VERSIONS) | sed "s!@VERSION@!$(VERSION)!g" >$@          sblg -o- -t index.xml $(VERSIONS) | sed "s!@VERSION@!$(VERSION)!g" >$@
   
 texi2mdoc.1.html: texi2mdoc.1  texi2mdoc.1.html: texi2mdoc.1
         mandoc -Thtml $< >$@          mandoc -Thtml texi2mdoc.1 >$@
   
 texi2mdoc.tgz:  texi2mdoc.tgz:
         mkdir -p .dist/texi2mdoc-$(VERSION)          mkdir -p .dist/texi2mdoc-$(VERSION)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb