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 2018/11/20 17:11:22 UTC

[tcl-rivet] branch 2.3 updated: Changed release notice

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

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


The following commit(s) were added to refs/heads/2.3 by this push:
     new b7ffa8e  Changed release notice
     new caf0f7c  Merge branch '2.3' of https://gitbox.apache.org/repos/asf/tcl-rivet into 2.3
b7ffa8e is described below

commit b7ffa8e87712a4733a580c54b7d9ff3e305f272c
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Tue Nov 20 15:44:09 2018 +0100

    Changed release notice
---
 ChangeLog     |  1 +
 Makefile.in   | 15 ++++++---------
 doc/rivet.xml |  2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 63f2d5a..5be3ff9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2018-11-20 Massimo Manghi <mx...@apache.org>
     * VERSION,configure.ac: reverting to version 2.3.6 as we never
     released that version
+    * doc/rivet.xml: changed release notice
 
 2018-11-19 Massimo Manghi <mx...@apache.org>
     * VERSION,configure.ac: bumping version to 2.3.7
diff --git a/Makefile.in b/Makefile.in
index e3d7a6d..4f3914a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -149,7 +149,7 @@ am__recursive_targets = \
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	cscope distdir distdir-am dist dist-all distcheck
+	cscope distdir dist dist-all distcheck
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 	$(LISP)config.h.in
 # Read a list of newline-separated strings from the standard input,
@@ -456,8 +456,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	    echo ' $(SHELL) ./config.status'; \
 	    $(SHELL) ./config.status;; \
 	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -601,10 +601,7 @@ distclean-tags:
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
-distdir: $(BUILT_SOURCES)
-	$(MAKE) $(AM_MAKEFLAGS) distdir-am
-
-distdir-am: $(DISTFILES)
+distdir: $(DISTFILES)
 	$(am__remove_distdir)
 	test -d "$(distdir)" || mkdir "$(distdir)"
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
diff --git a/doc/rivet.xml b/doc/rivet.xml
index d9e7181..46924fb 100644
--- a/doc/rivet.xml
+++ b/doc/rivet.xml
@@ -69,7 +69,7 @@
   </articleinfo>
 
   <para>
-    Document revision: $Revision$, last modified <?dbtimestamp format="Y-m-d X" ?>$ by $Author$.
+    Document released as part of Rivet 2.3.6 (<?dbtimestamp format="Y-m-d X" ?>).
   </para>
 
     <!-- Introduction -->


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