texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Remove SVN keyword.


From: Patrice Dumas
Subject: branch master updated: Remove SVN keyword.
Date: Thu, 24 Jun 2021 09:34:05 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 3186abc  Remove SVN keyword.
3186abc is described below

commit 3186abc85fb95b30b6890e4ab623e35af10f6a9d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Jun 24 15:33:52 2021 +0200

    Remove SVN keyword.
    
    * util/texi2pdf (version), util/pdftexi2dvi (version): Do not
    use '$Revision$' keyword as this doesn't work with git.
---
 ChangeLog        | 7 +++++++
 util/pdftexi2dvi | 5 +----
 util/texi2pdf    | 5 +----
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2f557d0..c134302 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-06-24  Patrice Dumas  <pertusus@free.fr>
+
+       Remove SVN keyword.
+
+       * util/texi2pdf (version), util/pdftexi2dvi (version): Do not
+       use '$Revision$' keyword as this doesn't work with git.
+
 2021-06-22  Per Bothner  <per@bothner.com>
 
        * js/info.js (Remote_store): Use parent window rather than top window.
diff --git a/util/pdftexi2dvi b/util/pdftexi2dvi
index c644359..66bd7cb 100755
--- a/util/pdftexi2dvi
+++ b/util/pdftexi2dvi
@@ -15,16 +15,13 @@ unset RUNNING_BSH
 # hack around a bug in zsh:
 test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
 
-rcs_revision='$Revision$'
-rcs_version=`set - $rcs_revision; echo $2`
-
 # special-case --version following GNU standards for identifying the
 # program name.  If --version is specified as other than the first
 # argument, we don't output the standard name, but then, we're not
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.7.91) $rcs_version
+texi2pdf (GNU Texinfo 6.7.91)
 
 Copyright (C) 2021 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/util/texi2pdf b/util/texi2pdf
index c644359..66bd7cb 100755
--- a/util/texi2pdf
+++ b/util/texi2pdf
@@ -15,16 +15,13 @@ unset RUNNING_BSH
 # hack around a bug in zsh:
 test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
 
-rcs_revision='$Revision$'
-rcs_version=`set - $rcs_revision; echo $2`
-
 # special-case --version following GNU standards for identifying the
 # program name.  If --version is specified as other than the first
 # argument, we don't output the standard name, but then, we're not
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.7.91) $rcs_version
+texi2pdf (GNU Texinfo 6.7.91)
 
 Copyright (C) 2021 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]