summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-19 08:49:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-19 08:49:57 +0000
commit9b8a10810fbd86ee8827c51e43557cbae2736f08 (patch)
treeef3550a2e9f5ff309d91c63ce3549b53905a2c57 /Makefile
parent0491974be40b6765a58fe3f6b406d58343f53cc2 (diff)
downloadmandoc-9b8a10810fbd86ee8827c51e43557cbae2736f08.tar.gz
ChangeLog xsl reflects symbolic tag.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09188d62..51cd57e3 100644
--- a/Makefile
+++ b/Makefile
@@ -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