=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.195 retrieving revision 1.197 diff -u -p -r1.195 -r1.197 --- mandoc/Makefile 2009/07/17 13:23:26 1.195 +++ mandoc/Makefile 2009/07/19 09:22:05 1.197 @@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.8.0 -VDATE = 14 July 2009 +VERSION = 1.8.1 +VDATE = 19 July 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -171,7 +171,7 @@ mdoc_action.o: mdoc_action.c libmdoc.h libmdoc.h: mdoc.h ChangeLog.xml: - cvs2cl --xml --xml-encoding iso-8859-15 --noxmlns -f $@ + cvs2cl --xml --xml-encoding iso-8859-15 -t --noxmlns -f $@ ChangeLog.html: ChangeLog.xml ChangeLog.xsl xsltproc -o $@ ChangeLog.xsl ChangeLog.xml