]> git.donarmstrong.com Git - lilypond.git/commitdiff
(index_file): Fix link.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 2 Apr 2005 07:39:13 +0000 (07:39 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 2 Apr 2005 07:39:13 +0000 (07:39 +0000)
ChangeLog
buildscripts/install-info-html.sh

index f3416bb0814ff0588c90e33fc91177a9f1bb8d28..913ba6ef830f5aad2ca7f70eba13d4d330343aa6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/install-info-html.sh (index_file): Fix link.
+
 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
index f4df714b76864eae08bff500c9ed32f0db43ed8e..a116cd93d0a748e1061f5a8d0f1df6d59f2231fb 100644 (file)
@@ -134,17 +134,18 @@ cat >> $index_file <<EOF
 <title>Info documentation index</title>
 <body>
 <h1>Info documentation index</h1>
+<p>
 This is the directory file \`index.html' a.k.a. \`DIR', which contains the
 topmost node of the HTML Info hierarchy.
-<p>
-This is all very much Work in Progress (WiP).
-<p>
+</p>
 <ul>
 EOF
 
 #list
 for i in $document_dirs; do
-       echo "<li> <a href=$i/$i.html>$i</a>"
+    cat <<EOF
+<li> <a href="$i/index.html">$i</a> (<a href="$i.html">$i as one big page</a>)</li>
+EOF
 done >> $index_file
 
 # foot