]> Savannah Git Hosting - gnulib.git/commitdiff
Spelling fix from Automake
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Jun 2024 16:44:49 +0000 (09:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Jun 2024 16:44:49 +0000 (09:44 -0700)
ChangeLog
build-aux/gendocs.sh

index 284fa17620fab15f82b6ebf64fe61b0148c6629d..467a3d2fa8dbd78eb3ea42c3c5cb8f3ca5dd0396 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2024-01-29  Patrice Dumas  <pertusus@free.fr>
 
-       gendocs: get only targetted manual source and includes, when possible
+       gendocs: get only targeted manual source and includes, when possible
        * build-aux/gendocs.sh: if makeinfo, based on version, has the
-       --trace-includes option, gather only the targetted manual srcfile and
+       --trace-includes option, gather only the targeted manual srcfile and
        the included files obtained with makeinfo --trace-includes. In that
        case output include files to tar stdin and use -T-. Bruno Haible for
        the version comparison and use of tar.
index 60447d4f5c327e181372e23e26eb7e1e5271635d..b888de4f8ca3ea51e9c68470c580eb27f68d000d 100755 (executable)
@@ -2,7 +2,7 @@
 # gendocs.sh -- generate a GNU manual in many formats.  This script is
 #   mentioned in maintain.texi.  See the help message below for usage details.
 
-scriptversion=2024-01-27.16
+scriptversion=2024-06-07.07
 
 # Copyright 2003-2024 Free Software Foundation, Inc.
 #
@@ -437,7 +437,7 @@ d=`dirname $srcfile`
     done
 
     # if $MAKEINFO is recent enough, use --trace-includes on the
-    # $srcfile to get the included files of the targetted manual only
+    # $srcfile to get the included files of the targeted manual only
     base=`basename "$srcfile"`
 
     cmd="$SETLANG $MAKEINFO $commonarg --trace-includes \"$base\""