gnustandards-commit
[Top][All Lists]
Advanced

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

gnustandards ChangeLog maintain.texi make-stds....


From: Karl Berry
Subject: gnustandards ChangeLog maintain.texi make-stds....
Date: Sun, 02 May 2010 00:29:51 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Karl Berry <karl>       10/05/02 00:29:51

Modified files:
        .              : ChangeLog maintain.texi make-stds.texi 
        work.m         : GNUmakefile 
        work.s         : GNUmakefile 

Log message:
        link correctly to more manuals, #568736; fix more bad breaks and 
missing @url cmds

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/ChangeLog?cvsroot=gnustandards&r1=1.112&r2=1.113
http://cvs.savannah.gnu.org/viewcvs/gnustandards/maintain.texi?cvsroot=gnustandards&r1=1.184&r2=1.185
http://cvs.savannah.gnu.org/viewcvs/gnustandards/make-stds.texi?cvsroot=gnustandards&r1=1.58&r2=1.59
http://cvs.savannah.gnu.org/viewcvs/gnustandards/work.m/GNUmakefile?cvsroot=gnustandards&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnustandards/work.s/GNUmakefile?cvsroot=gnustandards&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnustandards/gnustandards/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -b -r1.112 -r1.113
--- ChangeLog   29 Apr 2010 18:37:23 -0000      1.112
+++ ChangeLog   2 May 2010 00:29:51 -0000       1.113
@@ -1,8 +1,17 @@
+2010-05-01  Karl Berry  <address@hidden>
+
+       * work.s/GNUmakefile: fix up HTML refs to more cases of more
+       manuals.  Report from Mateusz Poszwa, webmasters ticket #568736.
+       * work.m/GNUmakefile: keep consistent.
+
+       * maintain.texi: a couple of missing @url's.
+       * make-stds.texi: avoid bad breaks.
+
 2010-04-29  Karl Berry  <address@hidden>
 
        * maintain.texi (Preface, Announcements): text cleanups.
        (Web Pages): mention the boilerplate template.
-       (Mail): split apart, namely
+       (Mail): split into:
        (Standard Mailing Lists,
         Creating Mailing Lists,
         Replying to Mail): new sections.

Index: maintain.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/maintain.texi,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -b -r1.184 -r1.185
--- maintain.texi       29 Apr 2010 18:37:23 -0000      1.184
+++ maintain.texi       2 May 2010 00:29:51 -0000       1.185
@@ -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 April 29, 2010
address@hidden lastupdate May 1, 2010
 @c %**end of header
 
 @dircategory GNU organization
@@ -164,7 +164,7 @@
 
 @cindex down, when GNU machines are
 @cindex outage, of GNU machines
address@hidden @url{identi.ca/group/fsfstatus}
address@hidden @url{http://identi.ca/group/fsfstatus}
 If you find that any GNU computer systems (@code{fencepost.gnu.org},
 @code{ftp.gnu.org}, @code{www.gnu.org}, @code{savannah.gnu.org},
 @dots{}) seem to be down, you can check the current status at
@@ -1330,7 +1330,7 @@
 @item
 Create an account for yourself at @url{http://savannah.gnu.org}, if
 you don't already have one.  By the way, this is also needed to
-maintain the web pages at @url{www.gnu.org} for your project
+maintain the web pages at @url{http://www.gnu.org} for your project
 (@pxref{Web Pages}).
 
 @item

Index: make-stds.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/make-stds.texi,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- make-stds.texi      12 Apr 2010 17:20:42 -0000      1.58
+++ make-stds.texi      2 May 2010 00:29:51 -0000       1.59
@@ -320,7 +320,7 @@
 useful.
 
 If your installation step would normally install
address@hidden/usr/local/bin/foo} and @file{/usr/local/lib/libfoo.a}, then an
address@hidden/usr/local/bin/foo} and @file{/usr/@/local/@/lib/@/libfoo.a}, 
then an
 installation invoked as in the example above would install
 @file{/tmp/stage/usr/local/bin/foo} and
 @file{/tmp/stage/usr/local/lib/libfoo.a} instead.
@@ -478,9 +478,11 @@
 variables so that you can move these program-specific files without
 altering the location for Info files, man pages, etc.
 
address@hidden
 This should normally be @file{/usr/local/share}, but write it as
 @file{$(datarootdir)}.  (If you are using Autoconf, write it as
 @samp{@@datadir@@}.)
address@hidden raggedright
 
 The definition of @samp{datadir} is the same for all packages, so you
 should install your data in a subdirectory thereof.  Most packages

Index: work.m/GNUmakefile
===================================================================
RCS file: /sources/gnustandards/gnustandards/work.m/GNUmakefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- work.m/GNUmakefile  6 Jul 2008 16:15:01 -0000       1.4
+++ work.m/GNUmakefile  2 May 2010 00:29:51 -0000       1.5
@@ -1,4 +1,5 @@
-# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+# $Id: GNUmakefile,v 1.5 2010/05/02 00:29:51 karl Exp $
+# Copyright 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright

Index: work.s/GNUmakefile
===================================================================
RCS file: /sources/gnustandards/gnustandards/work.s/GNUmakefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- work.s/GNUmakefile  21 May 2009 18:30:02 -0000      1.7
+++ work.s/GNUmakefile  2 May 2010 00:29:51 -0000       1.8
@@ -1,4 +1,5 @@
-# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# $Id: GNUmakefile,v 1.8 2010/05/02 00:29:51 karl Exp $
+# Copyright 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -28,9 +29,15 @@
        perl -pi -e 's,href="\.\./(maintain)/,href="/prep/\1/html_node/,g' 
manual/html_node/*.html
 #
 # new-style gendocs.sh
+       perl -pi -e 
's,href="texinfo.html,href="/software/texinfo/manual/texinfo/texinfo.html,g' 
manual/*.html
        perl -pi -e 
's,href="\.\./texinfo/,href="/software/texinfo/manual/texinfo/html_node/,g' 
manual/html_node/*.html
+#
+       perl -pi -e 
's,href="autoconf.html,href="/software/autoconf/manual/autoconf.html,g' 
manual/*.html
        perl -pi -e 
's,href="\.\./autoconf/,href="/software/autoconf/manual/html_node/,g' 
manual/html_node/*.html
 #
+       perl -pi -e 
's,href="automake.html,href="/software/automake/manual/automake.html,g' 
manual/*.html
+       perl -pi -e 
's,href="\.\./automake/,href="/software/automake/manual/html_node/,g' 
manual/html_node/*.html
+#
 # makeinfo bug in toc creation of standalone html (for --version/help nodes).
        perl -pi -e 's,#_00,#g_t_00,' manual/standards.html
 #




reply via email to

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