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

Diff for /mandoc/Makefile between version 1.36 and 1.37

version 1.36, 2008/12/08 16:29:57 version 1.37, 2008/12/09 17:09:12
Line 71  clean:
Line 71  clean:
         rm -f $(CLEAN)          rm -f $(CLEAN)
   
 index.html: index.7 mdocml.css  index.html: index.7 mdocml.css
         ./mdocml -W -fhtml -e -o $@ index.7          ./mdocml -Wall -fhtml -e -o $@ index.7
   
 index.xml: index.7 mdocml.css  index.xml: index.7 mdocml.css
         ./mdocml -W -o $@ index.7          ./mdocml -Wall -o $@ index.7
   
 mdocml.html: mdocml.1 mdocml.css  mdocml.html: mdocml.1 mdocml.css
         ./mdocml -W -fhtml -e -o $@ mdocml.1          ./mdocml -Wall -fhtml -e -o $@ mdocml.1
   
 install-www: www dist  install-www: www dist
         install -m 0644 mdocml.tgz $(PREFIX)/mdocml-$(VERSION).tgz          install -m 0644 mdocml.tgz $(PREFIX)/mdocml-$(VERSION).tgz

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb