On Tue, 12 Oct 2004 12:23:58 -0400
Steve Halasz <debian@adkgis.org> wrote:
I've [...] and made etc/water/seg executable.
Can this be fixed in CVS?
(r.watershed?)
Hamish
On Tue, 12 Oct 2004 12:23:58 -0400
Steve Halasz <debian@adkgis.org> wrote:
I've [...] and made etc/water/seg executable.
Can this be fixed in CVS?
(r.watershed?)
Hamish
On Wed, Oct 13, 2004 at 10:22:43AM +1300, Hamish wrote:
On Tue, 12 Oct 2004 12:23:58 -0400
Steve Halasz <debian@adkgis.org> wrote:> I've [...] and made etc/water/seg executable.
Can this be fixed in CVS?
(r.watershed?)
Fixed in 5.7-CVS.
Markus
(cc grass5)
[Steve offers a MAN page for grass57]
On Thu, Oct 14, 2004 at 02:30:14PM -0400, Steve Halasz wrote:
Markus,
./configure --help shows:
--mandir=DIR man documentation in DIR [PREFIX/man]If it was installed according to that option I could use
--mandir=/usr/share/man to get it where it needs to go in debian.Thanks!
Steve
Should it go into
./man
then? No idea.
Markus
On Thu, 2004-10-14 at 03:31, Markus Neteler wrote:
> Steve,
>
> where should I store it? Currently there are no MAN pages in 5.7.
> For now I could store it in ./docs/man if you agree.
>
> Markus
>
> On Wed, Oct 13, 2004 at 09:35:36PM -0400, Steve Halasz wrote:
> > Markus,
> >
> > I've attached the man page I wrote in case you want to add that to cvs.
> > It has some Debian specific language in it though.
> >
> > Thanks,
> > Steve
> >
> > On Wed, 2004-10-13 at 04:31, Markus Neteler wrote:
> > > On Wed, Oct 13, 2004 at 10:22:43AM +1300, Hamish wrote:
> > > > On Tue, 12 Oct 2004 12:23:58 -0400
> > > > Steve Halasz <debian@adkgis.org> wrote:
> > > >
> > > > > I've [...] and made etc/water/seg executable.
> > > >
> > > > Can this be fixed in CVS?
> > > > (r.watershed?)
> > >
> > > Fixed in 5.7-CVS.
> > >
> > > Markus
> > >
--
Markus Neteler <neteler itc it> http://mpa.itc.it
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy
Markus Neteler wrote:
> ./configure --help shows:
> --mandir=DIR man documentation in DIR [PREFIX/man]
>
> If it was installed according to that option I could use
> --mandir=/usr/share/man to get it where it needs to go in debian.
>
> Thanks!
> SteveShould it go into
./man
then? No idea.
Currently, we only honour --bindir; everything else goes into specific
directories under --prefix.
Using --mandir would be straightforward enough; for 5.3:
+ MANDIR= @mandir@
- ${SHELL} -c "cd ${GISBASE} ; tar cBf - man | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null ; true"
+ ${SHELL} -c "cd ${GISBASE}/man ; tar cBf - . | (cd ${MANDIR} ; tar xBf - ) 2>/dev/null ; true"
5.7 doesn't install man pages currently, but the same principle
applies.
However, "make uninstall" will no longer work. As the GRASS manpages
will then be in the same directory as those from other packages,
uninstallation would require a list of filenames; you can't just
"rm -rf" a directory.
--
Glynn Clements <glynn.clements@virgin.net>