From 0308026ffa620d124a446d7dc8250ab0a250b1f6 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 2 Apr 2005 07:39:46 +0000 Subject: [PATCH] Fix link. --- ChangeLog | 4 ++++ buildscripts/install-info-html.sh | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f0693a917d..4589431fb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-02 Jan Nieuwenhuizen + + * buildscripts/install-info-html.sh: Fix link. + 2005-03-31 Jan Nieuwenhuizen * scm/documentation-generate.scm (string-append): Fix @usermanref, diff --git a/buildscripts/install-info-html.sh b/buildscripts/install-info-html.sh index f4df714b76..a116cd93d0 100644 --- a/buildscripts/install-info-html.sh +++ b/buildscripts/install-info-html.sh @@ -134,17 +134,18 @@ cat >> $index_file <Info documentation index

Info documentation index

+

This is the directory file \`index.html' a.k.a. \`DIR', which contains the topmost node of the HTML Info hierarchy. -

-This is all very much Work in Progress (WiP). -

+

    EOF #list for i in $document_dirs; do - echo "
  • $i" + cat < $i ($i as one big page)
  • +EOF done >> $index_file # foot -- 2.39.5