From: David D. Zuhn Date: Sun, 31 May 1992 08:16:00 +0000 (+0000) Subject: 16 May version from prep X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9dec541731bcce65a2048059e74477b1127c4485;p=binutils-gdb.git 16 May version from prep --- diff --git a/standards.texi b/standards.texi index e0388b81902..93a7c5b526c 100644 --- a/standards.texi +++ b/standards.texi @@ -34,7 +34,7 @@ by the Free Software Foundation. @sp 10 @titlefont{GNU Coding Standards} @author{Richard Stallman} -@author{last updated 9 May 1992} +@author{last updated 16 May 1992} @c Note date also appears below. @page @@ -57,16 +57,10 @@ by Free Software Foundation. @end titlepage @ifinfo -@format -START-INFO-DIR-ENTRY -* standards: (standards.info). The GNU coding standards. -END-INFO-DIR-ENTRY -@end format - @node Top, Reading Non-Free Code, (dir), (dir) @top Version -Last updated 9 May 1992. +Last updated 16 May 1992. @c Note date also appears above. @end ifinfo @@ -297,12 +291,18 @@ the file names where they should reside for actual use. If there is a simple test to verify that a program is properly installed then run that test. +Use @samp{-} before any command for installing a man page, so that +@code{make} will ignore any errors. This is in case there are systems +that don't have the Unix man page documentation system installed. + @item clean Delete all files from the current directory that are normally created by building the program. Don't delete the files that record the configuration. Also preserve files that could be made by building, but normally aren't because the distribution comes with them. +Delete @file{.dvi} files here if they are not part of the distribution. + @item distclean Delete all files from the current directory that are created by configuring or building the program. If you have unpacked the source