summaryrefslogtreecommitdiffstatshomepage
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
commit23c2f10aeb41ed048e0c9ad77efae70cd3089ec7 (patch)
treedb069111ae51b3a02437631b1ffabbc4d1f13a6a /Makefile
parentc66223451d43709936509d61338b85f4cd38f3ce (diff)
downloadmandoc-23c2f10aeb41ed048e0c9ad77efae70cd3089ec7.tar.gz
mandoc-23c2f10aeb41ed048e0c9ad77efae70cd3089ec7.tar.zst
mandoc-23c2f10aeb41ed048e0c9ad77efae70cd3089ec7.zip
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