From 3eb92fc0e4459b85310fa0d6f564938c64c93c0f Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Thu, 26 Jul 2007 15:30:18 +0000 Subject: [PATCH] - Expand INFO section a little bit Reviewed by: gerald --- .../books/porters-handbook/book.sgml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 7d5419aece..002b56c35a 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -3727,9 +3727,22 @@ ${MANPREFIX}/man/de/man3/baz.3.gz If your package needs to install GNU info files, they should be listed in the INFO variable (without the trailing - .info), and appropriate installation/de-installation - code will be automatically added to the temporary - pkg-plist before package registration. + .info), one entry per document. These files + are assumed to be installed to + PREFIX/INFO_PATH. + You can change INFO_PATH if your package uses + a different location. However, this is not recommended. These entries + contain just the path relative to + PREFIX/INFO_PATH. + For example, lang/gcc33 installs + info files to + PREFIX/INFO_PATH/gcc33, + and INFO will be something like this: + INFO= gcc33/cpp gcc33/cppinternals gcc33/g77 ... + + Appropriate installation/de-installation code will be automatically + added to the temporary pkg-plist before package + registration.