From 8fbcd8f7ef1919a941a8e7591d9a2a2ecd06c094 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 27 Oct 2008 18:27:01 +1300 Subject: [PATCH] Fix relative links in Release Notes --- doc/release-notes/Makefile | 5 ++- doc/release-notes/release-3.1.html | 70 +++++++++++++++--------------- 2 files changed, 39 insertions(+), 36 deletions(-) diff --git a/doc/release-notes/Makefile b/doc/release-notes/Makefile index e4cb1de4bf..332f7e160c 100644 --- a/doc/release-notes/Makefile +++ b/doc/release-notes/Makefile @@ -1,5 +1,7 @@ all: release-3.1.html +DOC= release-3.1 + $(DOC).ps: $(DOC).sgml linuxdoc -B latex -o ps $(DOC) @@ -12,8 +14,9 @@ $(DOC).ps: $(DOC).sgml %.txt: %.sgml linuxdoc -B txt --filter $< -%.html: %.sgml +$(DOC).html: $(DOC).sgml linuxdoc -B html -T 2 --split=0 $< + perl -i -p -e "s%$(DOC).html%%" $(DOC).html %.man: %.sgml linuxdoc -B txt -T 2 -m $(DOC) diff --git a/doc/release-notes/release-3.1.html b/doc/release-notes/release-3.1.html index e6eecf925e..cc78f171d0 100644 --- a/doc/release-notes/release-3.1.html +++ b/doc/release-notes/release-3.1.html @@ -14,67 +14,67 @@ Squid is a WWW Cache application developed by the National Laboratory for Applied Network Research and members of the Web Caching community.

-

1. Notice

+

1. Notice

-

2. Major new features since Squid-3.0

+

2. Major new features since Squid-3.0

-

3. Windows support

+

3. Windows support

-

4. Changes to squid.conf since Squid-3.0

+

4. Changes to squid.conf since Squid-3.0

-

5. Changes to ./configure options since Squid-3.0

+

5. Changes to ./configure options since Squid-3.0

-

6. Options Removed since Squid-2

+

6. Options Removed since Squid-2

-

7. Regressions since Squid-2.7

+

7. Regressions since Squid-2.7


-- 2.47.3