X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/26da7f05bc7b6fd332991f1c1a4801a32bfe439f..20043afd99dccff3cd3e1c7cfacfd4132a19fb85:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index d5a6eeb6..7fa0cde1 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -17,8 +18,8 @@ INSTALL_DATA = $(INSTALL) -m 0444 INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.10.6 -VDATE = 27 September 2010 +VERSION = 1.10.8 +VDATE = 23 December 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings @@ -309,6 +310,9 @@ mandoc: $(MAINOBJS) libroff.a libmdoc.a libman.a libmandoc.a .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 $< > $@