From: Amos Jeffries Date: Mon, 27 Oct 2008 05:27:01 +0000 (+1300) Subject: Fix relative links in Release Notes X-Git-Tag: SQUID_3_2_0_1~1370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fbcd8f7ef1919a941a8e7591d9a2a2ecd06c094;p=thirdparty%2Fsquid.git Fix relative links in Release Notes --- 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