[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] wrong install path of man and info files
From: |
Bernd Warken |
Subject: |
[Groff] wrong install path of man and info files |
Date: |
Wed, 09 Jun 2004 20:29:39 +0200 |
So far, the man pages are installed into ${prefix}/man. This copies the
corresponding files to /usr/local/man or /usr/man. According to the FHS and
common usage, the should be /usr/share/man of /usr/local/share/iman. The same
happens to the info file.
To correct this, the `configure' file in the top source directory must be
changed.
#######
--- configure.orig 2004-06-09 19:47:30.000000000 +0200
+++ configure 2004-06-09 20:17:16.000000000 +0200
@@ -569,8 +569,8 @@
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
-infodir='${prefix}/info'
-mandir='${prefix}/man'
+infodir='${datadir}/info'
+mandir='${datadir}/man'
ac_prev=
for ac_option
#######
Bernd Warken
_____________________________________________________________________
Endlich SMS mit Bildern versenden! Das Bild selbst ist dabei gratis,
Sie bezahlen lediglich den Versand. http://freemail.web.de/?mc=021195
- [Groff] wrong install path of man and info files,
Bernd Warken <=