From: Ralf Wildenhues Date: Tue, 15 Aug 2006 06:45:25 +0000 (+0000) Subject: * doc/automake.texi: Fix some typos. X-Git-Tag: Release-1-9b~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221ccb4611ce6c657f56efa0598c4d702ddd484a;p=thirdparty%2Fautomake.git * doc/automake.texi: Fix some typos. --- diff --git a/ChangeLog b/ChangeLog index 2b7421c9d..806a9cf4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-15 Ralf Wildenhues + + * doc/automake.texi: Fix some typos. + 2006-08-14 Jonathan Higa * automake.in: Register "Unified Parallel C" as language. diff --git a/doc/automake.texi b/doc/automake.texi index c89d9f02b..48bc0e08f 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -1356,7 +1356,7 @@ in the top-level @file{Makefile} otherwise. The above machinery (cleaning, distributing, and rebuilding) works fine if the @code{AC_CONFIG_FILES} specifications contain only literals. If part of the specification uses shell variables, -@command{automake} will not be able to fulfil this setup, and you will +@command{automake} will not be able to fulfill this setup, and you will have to complete the missing bits by hand. For instance, on @example @@ -6216,10 +6216,10 @@ requirement for the file @file{texinfo.tex}. Use of the variable @code{TEXINFO_TEX} is preferable, however, because that allows the @code{dvi}, @code{ps}, and @code{pdf} targets to still work. -@cindex Option, @code{noinstall-info} +@cindex Option, @code{no-installinfo} @cindex Target, @code{install-info} @cindex @code{install-info} target -@cindex @code{noinstall-info} option +@cindex @code{no-installinfo} option @opindex no-installinfo @trindex install-info @@ -6336,9 +6336,9 @@ In this case, @file{rename.man} will be renamed to @file{rename.1} when installed, but the other files will keep their names. @cindex Target, @code{install-man} -@cindex Option, @option{noinstall-man} +@cindex Option, @option{no-installman} @cindex @code{install-man} target -@cindex @option{noinstall-man} option +@cindex @option{no-installman} option @opindex no-installman @trindex install-man @@ -6571,10 +6571,10 @@ We recommend that you follow this same set of heuristics in your @vindex VERSION @trindex dist The @code{dist} rule in the generated @file{Makefile.in} can be used -to generate a gzip'd @code{tar} file and other flavors of archive for +to generate a gzipped @code{tar} file and other flavors of archive for distribution. The files is named based on the @code{PACKAGE} and @code{VERSION} variables defined by @code{AM_INIT_AUTOMAKE} -(@pxref{Macros}); more precisely the gzip'd @code{tar} file is named +(@pxref{Macros}); more precisely the gzipped @code{tar} file is named @samp{@var{package}-@var{version}.tar.gz}. @vindex GZIP_ENV You can use the @command{make} variable @code{GZIP_ENV} to control how gzip @@ -6706,7 +6706,7 @@ dist} was run, not to any sub-packages involved. Automake also generates a @code{distcheck} rule that can be of help to ensure that a given distribution will actually work. @code{distcheck} makes a distribution, then tries to do a @code{VPATH} -build, run the test suite, and finally make another tarfile to ensure the +build, run the test suite, and finally make another tarball to ensure the distribution is self-contained. @vindex DISTCHECK_CONFIGURE_FLAGS @@ -9902,7 +9902,7 @@ I've created the "automake" mailing list. It is automake-request@@gnu.ai.mit.edu. The charter of this list is discussion of automake, autoconf, and -other configuration/portability tools (eg libtool). It is expected +other configuration/portability tools (e.g., libtool). It is expected that discussion will range from pleas for help all the way up to patches. @@ -10759,7 +10759,7 @@ The number of test cases in the test suite. @c LocalWords: installinfo vers MAKEINFO makeinfo MAKEINFOFLAGS noinstall rf @c LocalWords: mandir thesame alsothesame installman myexecbin DESTDIR Pinard @c LocalWords: uninstall installdirs uninstalls MOSTLYCLEANFILES mostlyclean -@c LocalWords: DISTCLEANFILES MAINTAINERCLEANFILES gzip'd GZIP gzip shar exp +@c LocalWords: DISTCLEANFILES MAINTAINERCLEANFILES GZIP gzip shar exp @c LocalWords: distdir distcheck distcleancheck listfiles distuninstallcheck @c LocalWords: VPATH tarfile stdout XFAIL DejaGnu dejagnu DEJATOOL runtest ln @c LocalWords: RUNTESTDEFAULTFLAGS toolchain RUNTESTFLAGS asis readme DVIPS @@ -10773,14 +10773,14 @@ The number of test cases in the test suite. @c LocalWords: LTLIBOBJ Libtool's libtool's libltdl dlopening itutions libbar @c LocalWords: WANTEDLIBS libhello sublibraries libtop libsub dlopened Ratfor @c LocalWords: mymodule timestamps timestamp underquoted MAKEINFOHTMLFLAGS te -@c LocalWords: GNUmakefile buildir Subpackages subpackage's subpackages aux +@c LocalWords: GNUmakefile Subpackages subpackage's subpackages aux @c LocalWords: detailmenu Timeline pwd reldir AUTOM autom PREREQ FOOBAR libc @c LocalWords: libhand subpackage moduleN libmain libmisc FCFLAGS FCCOMPILE @c LocalWords: FCLINK subst sed ELCFILES elc MAKEINFOHTML dvips esyscmd ustar @c LocalWords: tarballs Woverride scrdir vfi ELFILES djm AutoMake honkin FSF @c LocalWords: fileutils precanned MacKenzie's reimplement termutils Tromey's @c LocalWords: cois gnitsians LIBPROGRAMS progs LIBLIBRARIES Textutils Ulrich -@c LocalWords: Matzigkeit Drepper's Gord Matzigkeit's jm Dalley Debian eg org +@c LocalWords: Matzigkeit Drepper's Gord Matzigkeit's jm Dalley Debian org @c LocalWords: Administrivia ILU CORBA Sourceware Molenda sourceware Elliston @c LocalWords: dep Oliva Akim Demaille Aiieeee Demaillator Akim's sourcequake @c LocalWords: grep backported screenshots libgcj KB unnumberedsubsubsec pre diff --git a/doc/stamp-vti b/doc/stamp-vti index 89b27f3b6..93586c243 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 14 August 2006 +@set UPDATED 15 August 2006 @set UPDATED-MONTH August 2006 @set EDITION 1.9a @set VERSION 1.9a diff --git a/doc/version.texi b/doc/version.texi index 89b27f3b6..93586c243 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 14 August 2006 +@set UPDATED 15 August 2006 @set UPDATED-MONTH August 2006 @set EDITION 1.9a @set VERSION 1.9a