Mercurial > hg > octave-lojdl > gnulib-hg
changeset 13300:6aeb740648c5
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Sun, 02 May 2010 08:58:31 -0700 |
parents | b50c33cca624 |
children | 6e54425a173a |
files | doc/maintain.texi doc/make-stds.texi |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ @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 @@ @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
--- a/doc/make-stds.texi +++ b/doc/make-stds.texi @@ -320,7 +320,7 @@ 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 @@ 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