From 23c2f10aeb41ed048e0c9ad77efae70cd3089ec7 Mon Sep 17 00:00:00 2001
From: Kristaps Dzonsons
Date: Fri, 25 Sep 2009 14:07:51 +0000
Subject: Temporarily disabled ChangeLog.html (server's hosed and doesn't have
xsltproc).
---
Makefile | 7 +++++--
index.sgml | 4 ++--
2 files changed, 7 insertions(+), 4 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
diff --git a/index.sgml b/index.sgml
index 63662b87..a91f2ca1 100644
--- a/index.sgml
+++ b/index.sgml
@@ -55,7 +55,7 @@
Sources correctly build and install on FreeBSD, OpenBSD, NetBSD and Linux operating systems, tested
variously on i386, AMD64, alpha, and others. The most current version is @VERSION@, dated @VDATE@. A full ChangeLog is written with each release.
+ href="ChangeLog.txt">ChangeLog is written with each release.
@@ -195,7 +195,7 @@
|
|
--
cgit v1.2.3