X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fmake-stds.texi;h=7cc9537b828cc8b3713615470f5fb66777e430ff;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=f02dc8426a39aa2e1710a543e29d890ea255b536;hpb=c9f911dbdb52770946a6e93d283caa0583ade4a5;p=gnulib.git diff --git a/doc/make-stds.texi b/doc/make-stds.texi index f02dc8426..7cc9537b8 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. +@c raggedright (not until next Texinfo release) This should normally be @file{/usr/local/share}, but write it as @file{$(datarootdir)}. (If you are using Autoconf, write it as @samp{@@datadir@@}.) +@c 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