From 88f56bd1d1ba67b27516ba19e897daddeb04a12f Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sat, 23 Nov 1996 19:02:25 +0000 Subject: [PATCH] Added `info' subdirectory to the section ``Subdirectories'' as the location to install info pages. (It hasn't been clear in the handbook either share/info or info should be used.) --- handbook/porting.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/handbook/porting.sgml b/handbook/porting.sgml index e535a96d28..3ff6b6caf1 100644 --- a/handbook/porting.sgml +++ b/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Porting an existing piece of free software @@ -1103,7 +1103,8 @@ MAN8= baz.8 paradigm. Many of the files should me moved to one of the following: `etc' (setup/configuration files), `libexec' (executables started internally), - `sbin' (executables for superusers/managers) or + `sbin' (executables for superusers/managers), + `info' (documentation for info browser) or `share' (architecture independent files). See hier(7) for details, the rule governing /usr pretty much applies to /usr/local