gnustandards-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnustandards ChangeLog maintain.texi standards....


From: Karl Berry
Subject: gnustandards ChangeLog maintain.texi standards....
Date: Tue, 22 Jun 2010 16:32:30 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Karl Berry <karl>       10/06/22 16:32:30

Modified files:
        .              : ChangeLog maintain.texi standards.texi 
        work.m         : GNUmakefile 

Log message:
        braces for macros, typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/ChangeLog?cvsroot=gnustandards&r1=1.118&r2=1.119
http://cvs.savannah.gnu.org/viewcvs/gnustandards/maintain.texi?cvsroot=gnustandards&r1=1.188&r2=1.189
http://cvs.savannah.gnu.org/viewcvs/gnustandards/standards.texi?cvsroot=gnustandards&r1=1.197&r2=1.198
http://cvs.savannah.gnu.org/viewcvs/gnustandards/work.m/GNUmakefile?cvsroot=gnustandards&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnustandards/gnustandards/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- ChangeLog   9 Jun 2010 15:25:13 -0000       1.118
+++ ChangeLog   22 Jun 2010 16:32:29 -0000      1.119
@@ -1,7 +1,17 @@
+2010-06-21  Karl Berry  <address@hidden>
+
+       * maintain.texi (@gdgnuorgtext{}): needs empty braces following
+       for reliable expansion.
+       (CVS Keywords in Web Pages): refer to CVS manual by url, since
+       there is no other reliable way any more.
+
+       * standards.texi (References): missing word.  Report from
+       Stefan Kangas, 21 Jun 2010 09:44:34.
+
 2010-06-09  Karl Berry  <address@hidden>
 
        * make-stds.texi (Directory Variables): don't use @raggedright yet,
-       that makeinfo isn't release.  From Nick Clifton,
+       that makeinfo isn't released.  From Nick Clifton,
        address@hidden, Jun 08, 2010 at 02:20:36PM.
 
 2010-05-28  Brian Gough  <address@hidden>

Index: maintain.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/maintain.texi,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -b -r1.188 -r1.189
--- maintain.texi       28 May 2010 16:46:31 -0000      1.188
+++ maintain.texi       22 Jun 2010 16:32:29 -0000      1.189
@@ -5,7 +5,7 @@
 @c For double-sided printing, uncomment:
 @c @setchapternewpage odd
 @c This date is automagically updated when you save this file:
address@hidden lastupdate May 28, 2010
address@hidden lastupdate June 21, 2010
 @c %**end of header
 
 @dircategory GNU organization
@@ -160,7 +160,7 @@
 the package.
 @end macro
 
address@hidden
address@hidden
 
 @cindex down, when GNU machines are
 @cindex outage, of GNU machines
@@ -278,7 +278,7 @@
 @cindex @file{/gd/gnuorg} directory
 @c This paragraph intentionally duplicates information given
 @c near the beginning of the file--to make sure people don't miss it.
address@hidden
address@hidden
 
 In order for the contributor to know person should sign papers, you need
 to ask per for the necessary papers.  If you don't know per well, and you
@@ -1884,7 +1884,10 @@
 cvs add -ko @var{file1} @var{file2} ...
 @end example
 
address@hidden substitution,,,cvs,Version Management with CVS}.
address@hidden The CVS manual is now built with numeric references and no 
nonsplit
address@hidden form, so it's not worth trying to give a direct link.
+See the ``Keyword Substitution'' section in the CVS manual, available
+at @url{http://ximbiot.com/cvs/manual}.
 
 In Texinfo source, the recommended way to literally specify a
 ``dollar'' keyword is:

Index: standards.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/standards.texi,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -b -r1.197 -r1.198
--- standards.texi      12 Apr 2010 17:20:42 -0000      1.197
+++ standards.texi      22 Jun 2010 16:32:29 -0000      1.198
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
address@hidden lastupdate April 12, 2010
address@hidden lastupdate June 21, 2010
 @c %**end of header
 
 @dircategory GNU organization
@@ -4191,7 +4191,7 @@
 By contrast, it is ok to refer to journal articles and textbooks in
 the comments of a program for explanation of how it functions, even
 though they are non-free.  This is because we don't include such
-things in the GNU system even they are free---they are outside the
+things in the GNU system even if they are free---they are outside the
 scope of what a software distribution needs to include.
 
 Referring to a web site that describes or recommends a non-free

Index: work.m/GNUmakefile
===================================================================
RCS file: /sources/gnustandards/gnustandards/work.m/GNUmakefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- work.m/GNUmakefile  2 May 2010 00:29:51 -0000       1.5
+++ work.m/GNUmakefile  22 Jun 2010 16:32:30 -0000      1.6
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.5 2010/05/02 00:29:51 karl Exp $
+# $Id: GNUmakefile,v 1.6 2010/06/22 16:32:30 karl Exp $
 # Copyright 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
@@ -46,3 +46,13 @@
 
 # then unpack m.tbz in a cvs checkout of www/prep/maintain, cvs add any
 # new files, cvs remove any old ones, and cvs commit everything.
+
+h:
+       env MAKEINFO=tm gendocs.sh \
+         maintain "Information for maintainers of GNU software"
+       gzip -9f <manual/maintain.html >manual/maintain.html.gz
+       cd manual/html_node && tar czf ../maintain.html_node.tar.gz -- *.html
+#      cd manual && tar cjf ../m.tbz .
+
+t:
+       tm --html --no-split -o ~/tmp/x.html maintain.texi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]