Mail Archives: djgpp/2007/08/08/14:49:09
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
X-Authenticated: | #27081556
|
X-Provags-ID: | V01U2FsdGVkX18eSkljAHweSt465aE3KFIyq6BXakrYqSLsKuZPuq
|
| XzkAtJY9INtTMC
|
From: | Juan Manuel Guerrero <juan DOT guerrero AT gmx DOT de>
|
To: | djgpp AT delorie DOT com
|
Subject: | info path adjustment in djgpp.env
|
Date: | Wed, 8 Aug 2007 20:25:20 +0200
|
User-Agent: | KMail/1.9.5
|
MIME-Version: | 1.0
|
Message-Id: | <200708082025.20888.juan.guerrero@gmx.de>
|
X-Y-GMX-Trusted: | 0
|
GNU programs that have been ported to djgpp are installed in djgpp
installation tree in the same way as if they were installed in a
posix/linux/gnu system. This way to handle the installation process
should avoid to tinkereing around to much in the configure script
and the makefiles. GNU packages use as default prefix /usr/local
and for DJGPP packages that prefix is changed to /dev/env/DJDIR.
Nothing else is usualy changed so that the DJGPP installation tree
looks very similar to the GNU one. Some time ago they have
changed the installation tree layout, placeing the infos, man and cat
pacges, html and pdf files in /usr/local/share. To honor this change
a patch like the one below has found its way into the DJGPP cvs
tree at the beginning of this year.
Unfortunately I have forgotten to announce that change in this
forum. Neitherless I am really very surprised that no one has
complained about this until today. Almost all ports that I have
uploaded in the last 12 months store the info and man pages
in the new directories. Hope this clarifies the issue.
Regards,
Juan M. Guerrero
===================================================================
RCS file: /cvs/djgpp/djgpp/djgpp.env,v
retrieving revision 1.14
retrieving revision 1.15
diff -p -u -r1.14 -r1.15
--- djgpp/djgpp.env 2003/04/23 05:57:42 1.14
+++ /cvs/djgpp/djgpp/djgpp.env 2007/03/28 19:04:33 1.15
@@ -27,12 +27,12 @@ OBJC_INCLUDE_PATH=%/>;OBJC_INCLUDE_PATH%
LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib
[info]
-INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info
+INFOPATH=%/>;INFOPATH%%DJDIR%/share/info;%DJDIR%/info;%DJDIR%/gnu/emacs/info
+INFO_COLORS=0x1f.0x31
+INFO_LINES=40
[emacs]
-INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info
+INFOPATH=%/>;INFOPATH%%DJDIR%/share/info;%DJDIR%/info;%DJDIR%/gnu/emacs/info
[less]
+LESSBINFMT=*k<%%X>
@@ -111,7 +111,7 @@ PATH=%/>PATH%
+AWKPATH=.;%DJDIR%/share/awk
[man]
-MANPATH=%/>;MANPATH%%DJDIR%/man;%DJDIR%/info
+MANPATH=%/>;MANPATH%%DJDIR%/share/man;%DJDIR%/man;%DJDIR%/info
+PAGER=%DJDIR%/bin/less.exe
[rhide]
- Raw text -