summaryrefslogtreecommitdiffstatshomepage
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
commitff7aa7dc3c78f736e83a2d363edbe3d8a2e948bd (patch)
tree2439f992403d2b15414002ea0cb161a8bf15cdf9 /Makefile
parent2c922d0839c216ce0371485603384af551013d46 (diff)
downloadmandoc-ff7aa7dc3c78f736e83a2d363edbe3d8a2e948bd.tar.gz
mandoc-ff7aa7dc3c78f736e83a2d363edbe3d8a2e948bd.tar.zst
mandoc-ff7aa7dc3c78f736e83a2d363edbe3d8a2e948bd.zip
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