]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Remove uses of @acronym and @sc.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Mar 2010 15:56:50 +0000 (17:56 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Mar 2010 15:56:50 +0000 (17:56 +0200)
* doc/automake.texi (Public Macros, Limitations on File Names):
Remove all usage of @acronym and @sc in the manual.
Suggested by Karl Berry.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index 3f4e4ba30e52e7e12f97b05c896876d87cdc6968..74b2970660823f2ab25c6bf56a394a9d6845cfae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Remove uses of @acronym and @sc.
+       * doc/automake.texi (Public Macros, Limitations on File Names):
+       Remove all usage of @acronym and @sc in the manual.
+       Suggested by Karl Berry.
+
 2010-03-13  Karl Berry  <karl@freefriends.org>
 
        GNU hello uses fdl.texi, not gpl.texi.
index 95abc4d8ce4f54c6147f077606a9941165bf5ff7..c945d4493e2e53372613ed2b89fa3f32d783cced 100644 (file)
@@ -17,7 +17,7 @@
 
 @copying
 
-This manual is for @acronym{GNU} Automake (version @value{VERSION},
+This manual is for GNU Automake (version @value{VERSION},
 @value{UPDATED}), a program that creates GNU standards-compliant
 Makefiles from template files.
 
@@ -27,11 +27,11 @@ Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
-under the terms of the @acronym{GNU} Free Documentation License,
+under the terms of the GNU Free Documentation License,
 Version 1.3 or any later version published by the Free Software
 Foundation; with no Invariant Sections, with no Front-Cover texts,
 and with no Back-Cover Texts.  A copy of the license is included in the
-section entitled ``@acronym{GNU} Free Documentation License.''
+section entitled ``GNU Free Documentation License.''
 
 @end quotation
 @end copying
@@ -3841,7 +3841,7 @@ output variable @code{lispdir} to the full path to Emacs' site-lisp
 directory.
 
 Note that this test assumes the @command{emacs} found to be a version
-that supports Emacs Lisp (such as @sc{gnu} Emacs or XEmacs).  Other
+that supports Emacs Lisp (such as GNU Emacs or XEmacs).  Other
 emacsen can cause this test to hang (some, like old versions of
 MicroEmacs, start up in interactive mode, requiring @kbd{C-x C-c} to
 exit, which is hardly obvious for a non-emacs user).  In most cases,
@@ -10675,20 +10675,20 @@ names, and reserve @samp{/} as a directory separator.  Also, they
 require that file names are properly encoded for the user's locale.
 Automake is subject to these limits.
 
-Portable packages should limit themselves to @acronym{POSIX} file
-names.  These can contain @acronym{ASCII} letters and digits,
+Portable packages should limit themselves to POSIX file
+names.  These can contain ASCII letters and digits,
 @samp{_}, @samp{.}, and @samp{-}.  File names consist of components
 separated by @samp{/}.  File name components cannot begin with
 @samp{-}.
 
 Portable POSIX file names cannot contain components that exceed a
 14-byte limit, but nowadays it's normally safe to assume the
-more-generous @acronym{XOPEN} limit of 255 bytes.  @acronym{POSIX}
-limits file names to 255 bytes (@acronym{XOPEN} allows 1023 bytes),
+more-generous XOPEN limit of 255 bytes.  POSIX
+limits file names to 255 bytes (XOPEN allows 1023 bytes),
 but you may want to limit a source tarball to file names of 99 bytes
 to avoid interoperability problems with old versions of @command{tar}.
 
-If you depart from these rules (e.g., by using non-@acronym{ASCII}
+If you depart from these rules (e.g., by using non-ASCII
 characters in file names, or by using lengthy file names), your
 installers may have problems for reasons unrelated to Automake.
 However, if this does not concern you, you should know about the
@@ -10718,12 +10718,12 @@ For example, the full name of the directory containing the source
 files should not contain these characters.
 
 Source and installation file names like @file{main.c} are limited even
-further: they should conform to the @acronym{POSIX}/@acronym{XOPEN}
+further: they should conform to the POSIX/XOPEN
 rules described above.  In addition, if you plan to port to
-non-@acronym{POSIX} environments, you should avoid file names that
+non-POSIX environments, you should avoid file names that
 differ only in case (e.g., @file{makefile} and @file{Makefile}).
 Nowadays it is no longer worth worrying about the 8.3 limits of
-@acronym{DOS} file systems.
+DOS file systems.
 
 @node distcleancheck
 @section Files left in build directory after distclean