diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-19 08:49:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-19 08:49:57 +0000 |
commit | 9b8a10810fbd86ee8827c51e43557cbae2736f08 (patch) | |
tree | ef3550a2e9f5ff309d91c63ce3549b53905a2c57 /Makefile | |
parent | 0491974be40b6765a58fe3f6b406d58343f53cc2 (diff) | |
download | mandoc-9b8a10810fbd86ee8827c51e43557cbae2736f08.tar.gz |
ChangeLog xsl reflects symbolic tag.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |