texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * contrib/nontests/txitextest: use a temporary di


From: Patrice Dumas
Subject: branch master updated: * contrib/nontests/txitextest: use a temporary directory in the current directory and create it in the script. Update manuals and paths.
Date: Sat, 02 Nov 2024 12:21:45 -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 7b1aff348e * contrib/nontests/txitextest: use a temporary directory in 
the current directory and create it in the script.  Update manuals and paths.
7b1aff348e is described below

commit 7b1aff348e7705ab0b3997e9bc92751bcf0dd292
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Nov 2 17:21:37 2024 +0100

    * contrib/nontests/txitextest: use a temporary directory in the
    current directory and create it in the script.  Update manuals and
    paths.
---
 ChangeLog                   | 6 ++++++
 contrib/nontests/txitextest | 7 ++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bba48c0e93..00595bca05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-02  Patrice Dumas  <pertusus@free.fr>
+
+       * contrib/nontests/txitextest: use a temporary directory in the
+       current directory and create it in the script.  Update manuals and
+       paths.
+
 2024-11-02  Patrice Dumas  <pertusus@free.fr>
 
        * util/texi2dvi (move_to_dest): use if instead of && to avoid
diff --git a/contrib/nontests/txitextest b/contrib/nontests/txitextest
index 43847782d2..504b5afb0d 100755
--- a/contrib/nontests/txitextest
+++ b/contrib/nontests/txitextest
@@ -27,11 +27,11 @@ tsrc=`cd \`dirname $0\` && pwd`/../..
 PATH=$tsrc/util:$PATH
 
 tdoc=$tsrc/doc
-default_manuals="$tdoc/texinfo.texi $tdoc/info.texi $tdoc/info-stnd.texi"
+default_manuals="$tdoc/texinfo.texi $tdoc/texi2any_api.texi 
$tdoc/info-stnd.texi"
 
-olddir=$tsrc/../gnulib/config
+olddir=$tsrc/../gnulib/build-aux
 newdir=$tdoc
-tempdir=$tsrc/@tests/test
+tempdir=tmpdir_txitextest
 full=false
 manuals=
 
@@ -50,6 +50,7 @@ done
 test -z "$manuals" && manuals=$default_manuals
 initial_dir=`pwd`
 
+mkdir -p $tempdir
 cd $tempdir || exit 1
 rm -f *
 



reply via email to

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