summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-25 14:07:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-25 14:07:51 +0000
commitdee5727e29f11879a0f572821e84d4078e2ea136 (patch)
tree58e3e5b113ad3fb21abf6e471707c9c5286e5fc8 /Makefile
parenta93e0ab9e542c59f018515874c31070295e00580 (diff)
downloadmandoc-dee5727e29f11879a0f572821e84d4078e2ea136.tar.gz
Temporarily disabled ChangeLog.html (server's hosed and doesn't have xsltproc).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0a4d7563..d8185484 100644
--- a/Makefile
+++ b/Makefile
@@ -56,11 +56,11 @@ GSGMLS = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manuals.7.sgml \
mandoc_char.7.sgml man.7.sgml man.3.sgml
SGMLS = index.sgml $(GSGMLS)
XSLS = ChangeLog.xsl
-HTMLS = index.html ChangeLog.html mandoc.1.html mdoc.3.html \
+HTMLS = index.html mandoc.1.html mdoc.3.html \
man.3.html mdoc.7.html man.7.html mandoc_char.7.html \
manuals.7.html
TEXTS = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \
- mandoc_char.7.txt manuals.7.html
+ mandoc_char.7.txt manuals.7.txt ChangeLog.txt
EXAMPLES = example.style.css
XMLS = ChangeLog.xml
STATICS = index.css style.css external.png
@@ -194,6 +194,9 @@ libmdoc.h: mdoc.h
ChangeLog.xml:
cvs2cl --xml --xml-encoding iso-8859-15 -t --noxmlns -f $@
+ChangeLog.txt:
+ cvs2cl -t -f $@
+
ChangeLog.html: ChangeLog.xml ChangeLog.xsl
xsltproc -o $@ ChangeLog.xsl ChangeLog.xml