You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2019/04/12 10:04:18 UTC

[tcl-rivet] branch 3.1 updated: wrong references corrected

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/3.1 by this push:
     new 73d86ed  wrong references corrected
73d86ed is described below

commit 73d86edf997ce7c9f9236c17702c75ba991d14c8
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Fri Apr 12 12:03:53 2019 +0200

    wrong references corrected
---
 ChangeLog | 3 +++
 INSTALL   | 7 +++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2deee50..12be102 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-04-12 Massimo Manghi <mx...@apache.org>
+    * INSTALL: wrong references corrected
+
 2019-02-19 Massimo Manghi <mx...@apache.org>
     * .appveyor.yml: merging from master in order to have new tags generate
     artifacts
diff --git a/INSTALL b/INSTALL
index a07a7d0..600e33c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-              Rivet 3.0 Installation
+              Rivet 3.1 Installation
               ======================
 
 For more detailed instructions, see the docs/html/ directory.
@@ -14,7 +14,7 @@ Example:
 ./configure --with-tcl=/usr/lib/tcl8.6                      \
             --with-apache=/usr/local/apache2                \
             --with-apxs=/usr/local/apache2/bin/apxs         \
-            --with-rivet-target-dir=/usr/local/lib/rivet3.0 \
+            --with-rivet-target-dir=/usr/local/lib/rivet3.1 \
             --enable-version-display
 
 2) if 'configure' was successful Rivet is ready for compilation
@@ -85,6 +85,5 @@ autoreconf
 ./configure --with-tcl=/usr/lib --with-apxs=/usr/bin/apxs 
 make
 
-Rivet is packaged for various Linux flavours. A list is available at http://tcl.apache.org/download.html
+Rivet is packaged for various Linux flavours. A list is available at http://tcl.apache.org/rivet/html/download.html
 
-# $Id$


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org