changeset 11990:82378c5ffb22

-mautoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 15 Sep 2009 07:06:46 -0700
parents f40dff4e11c8
children ae216de20fe6
files doc/standards.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/standards.texi
+++ b/doc/standards.texi
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
-@set lastupdate June 7, 2009
+@set lastupdate September 14, 2009
 @c %**end of header
 
 @dircategory GNU organization
@@ -3948,7 +3948,7 @@
 CC=gcc ./configure
 @end example
 as it helps to recreate the same configuration later with
-@file{config.status}.
+@file{config.status}.  However, both methods should be supported.
 @end table
 
 All @code{configure} scripts should accept all of the ``detail''
@@ -4210,5 +4210,5 @@
 time-stamp-start: "@set lastupdate "
 time-stamp-end: "$"
 time-stamp-format: "%:b %:d, %:y"
-compile-command: "make just-standards"
+compile-command: "cd work.s && make"
 End: