From 8d15ad7d119f863f395126fda5cbf55be411ea0c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 2 May 2010 08:58:31 -0700 Subject: [PATCH] autoupdate --- doc/maintain.texi | 6 +++--- doc/make-stds.texi | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/maintain.texi b/doc/maintain.texi index 7f241a1dd..10e5f1901 100644 --- a/doc/maintain.texi +++ b/doc/maintain.texi @@ -5,7 +5,7 @@ @c For double-sided printing, uncomment: @c @setchapternewpage odd @c This date is automagically updated when you save this file: -@set lastupdate April 29, 2010 +@set lastupdate May 1, 2010 @c %**end of header @dircategory GNU organization @@ -164,7 +164,7 @@ the package. @cindex down, when GNU machines are @cindex outage, of GNU machines -@cindex @url{identi.ca/group/fsfstatus} +@cindex @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 @@ for your GNU package: @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 diff --git a/doc/make-stds.texi b/doc/make-stds.texi index f02dc8426..d04c2dbc8 100644 --- a/doc/make-stds.texi +++ b/doc/make-stds.texi @@ -320,7 +320,7 @@ make DESTDIR=/tmp/stage install useful. If your installation step would normally install -@file{/usr/local/bin/foo} and @file{/usr/local/lib/libfoo.a}, then an +@file{/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 @@ the same place as @samp{datarootdir}, but we use the two separate variables so that you can move these program-specific files without altering the location for Info files, man pages, etc. +@raggedright This should normally be @file{/usr/local/share}, but write it as @file{$(datarootdir)}. (If you are using Autoconf, write it as @samp{@@datadir@@}.) +@end raggedright The definition of @samp{datadir} is the same for all packages, so you should install your data in a subdirectory thereof. Most packages -- 2.11.0