=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.296 retrieving revision 1.297 diff -u -p -r1.296 -r1.297 --- mandoc/Makefile 2010/12/06 17:07:28 1.296 +++ mandoc/Makefile 2010/12/22 11:58:02 1.297 @@ -1,5 +1,6 @@ .SUFFIXES: .html .xml .sgml .1 .3 .7 .md5 .tar.gz .SUFFIXES: .1.txt .3.txt .7.txt +.SUFFIXES: .1.xhtml .3.xhtml .7.xhtml .SUFFIXES: .1.sgml .3.sgml .7.sgml .SUFFIXES: .h .h.html .SUFFIXES: .1.ps .3.ps .7.ps @@ -308,6 +309,9 @@ mandoc: $(MAINOBJS) libroff.a libmdoc.a libman.a libma .1.1.ps .3.3.ps .7.7.ps: ./mandoc -Tps -Wall,stop $< > $@ + +.1.1.xhtml .3.3.xhtml .7.7.xhtml: + ./mandoc -Txhtml -Wall,stop -Ostyle=style.css,man=%N.%S.xhtml,includes=%I.html $< > $@ .1.1.pdf .3.3.pdf .7.7.pdf: ./mandoc -Tpdf -Wall,stop $< > $@