gnustandards-commit
[Top][All Lists]
Advanced

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

gnustandards ChangeLog work.m/GNUmakefile


From: Karl Berry
Subject: gnustandards ChangeLog work.m/GNUmakefile
Date: Wed, 27 Oct 2010 17:32:29 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Karl Berry <karl>       10/10/27 17:32:29

Modified files:
        .              : ChangeLog 
        work.m         : GNUmakefile 

Log message:
        ranges allowed if information is not lost; gethelp url consistency

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/ChangeLog?cvsroot=gnustandards&r1=1.124&r2=1.125
http://cvs.savannah.gnu.org/viewcvs/gnustandards/work.m/GNUmakefile?cvsroot=gnustandards&r1=1.6&r2=1.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnustandards/gnustandards/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -b -r1.124 -r1.125
--- ChangeLog   25 Oct 2010 22:04:28 -0000      1.124
+++ ChangeLog   27 Oct 2010 17:32:29 -0000      1.125
@@ -1,3 +1,8 @@
+2010-10-27  Karl Berry  <address@hidden>
+
+       * maintain.texi (Copyright Notices): ranges are now allowed,
+       as long as information is not lost.  Approved by rms and SFLC.
+
 2010-10-25  Karl Berry  <address@hidden>
 
        * maintain.texi (Hosting): Use short /gethelp url for consistency

Index: work.m/GNUmakefile
===================================================================
RCS file: /sources/gnustandards/gnustandards/work.m/GNUmakefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- work.m/GNUmakefile  22 Jun 2010 16:32:30 -0000      1.6
+++ work.m/GNUmakefile  27 Oct 2010 17:32:29 -0000      1.7
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.6 2010/06/22 16:32:30 karl Exp $
+# $Id: GNUmakefile,v 1.7 2010/10/27 17:32:29 karl Exp $
 # Copyright 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
@@ -46,13 +46,10 @@
 
 # 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.
+# or:
 
-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
+d:
+# copy to a local checkout of all of www ($gw):
+       cd manual && for f in `find -type f`; do \
+            cmp -s $$f $$gw/prep/maintain/$$f \
+         || \cp -f $$f $$gw/prep/maintain/$$f -v; done



reply via email to

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