Mail Archives: djgpp-workers/2007/03/28/14:01:19
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-workers-bounces using -f
|
X-Authenticated: | #27081556
|
X-Provags-ID: | V01U2FsdGVkX18nlGJbFz0niIPzrt55g0UyO3YLqSIfzrOOYHdVXW
|
| Se2gecZXMqrtMp
|
From: | Juan Manuel Guerrero <juan DOT guerrero AT gmx DOT de>
|
To: | djgpp-workers AT delorie DOT com
|
Subject: | info docs and man pages in $DJDIR/share/info and $DJDIR/share/man
|
Date: | Wed, 28 Mar 2007 21:15:48 +0200
|
User-Agent: | KMail/1.8.2
|
MIME-Version: | 1.0
|
Message-Id: | <200703282115.48315.juan.guerrero@gmx.de>
|
X-Y-GMX-Trusted: | 0
|
Reply-To: | djgpp-workers AT delorie DOT com
|
Modern GNU packages store info docs and man pages in /share/info and /share/man.
For all packages I have ported I have adopted this rule too, instead of changing
the installation paths in the makefiles so that the docs go in to the old djgpp
instalaltion dirs ($DJDIR/info and $DJDIR/man). A first change required to djdev204
to reflect this new situation is to modify the INFOPATH and MANPATH in djgpp.env
accordingly. Of coarse, probably a copy of the dir file needs to be placed in
$DJDIR/share/info too. This file will have to reflect the new paths too.
Regards,
Juan M. Guerrero
diff -aprNU5 djgpp.orig/djgpp.env djgpp/djgpp.env
--- djgpp.orig/djgpp.env 2003-04-23 05:57:42 +0000
+++ djgpp/djgpp.env 2007-03-28 20:58:48 +0000
@@ -25,16 +25,16 @@ OBJC_INCLUDE_PATH=%/>;OBJC_INCLUDE_PATH%
[gcc]
LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib
[info]
-INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info
+INFOPATH=%/>;INFOPATH%%DJDIR%/share/info;INFOPATH%%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;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info
[less]
+LESSBINFMT=*k<%%X>
+LESSCHARDEF=8bcccbcc12bc5b95.b127.b
LESS=-h5$y5$Dd2.0$Du14.0$Ds4.7$Dk9.0$%LESS%
@@ -109,11 +109,11 @@ PATH=%/>PATH%
[awk]
+AWKPATH=.;%DJDIR%/share/awk
[man]
-MANPATH=%/>;MANPATH%%DJDIR%/man;%DJDIR%/info
+MANPATH=%/>;MANPATH%%DJDIR%/share/man;MANPATH%%DJDIR%/man;INFOPATH%%DJDIR%/share/info;%DJDIR%/info
+PAGER=%DJDIR%/bin/less.exe
[rhide]
+RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx m
+RHIDE_TYPED_LIBS_DJGPP.cxx=stdcxx m
- Raw text -