Re: autoconf make install

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <Andreas(dot)Pflug(at)web(dot)de>, "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
Cc: "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: autoconf make install
Date: 2003-05-13 15:06:57
Message-ID: 03AF4E498C591348A42FC93DEA9661B825A0F9@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

[Moved on-list]

> -----Original Message-----
> From: Andreas Pflug [mailto:Andreas(dot)Pflug(at)web(dot)de]
> Sent: 13 May 2003 15:40
> To: Adam H. Pendleton
> Cc: Dave Page
> Subject: autoconf make install
>
>
> Hi Adam,
>
> there's still one thing not implemented in autoconf so far:
> there should
> also be an "install" target in the Makefile.
>
> What needs to be copied is
> $INSTALLDIR/pgAdmin3
> $INSTALLDIR/ui/common/*.xrc
> $INSTALLDIR/ui/gtk/*.xrc (empty so far, will stay empty hopefully)
>
> For safety reasons, ui/common and ui/gtk should be cleaned before
> copying freshly, because older files could exist in the wrong
> directory.
>
> /usr/X11R6/bin seems to be the correct default INSTALLDIR. Maybe we
> should use $INSTALLDIR/pgadmin.ui instead of $INSTALLDIR/ui,
> to give a
> hint what this directory is good for. Comments?

Hi Andreas/Adam,

I think /usr/local/pgadmin3 is the right place. /usr/X11R6/bin should be
for components of X11R6 that came with the OS, whereas /usr/local/ is
specifically for additional programs installed by the local admin. If it
ever gets popular enough to ship with 'pgLinux' for example :-) then
/usr/pgadmin3 would seem sensible.

Regards, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-05-13 17:46:27 Re: Autoconf code
Previous Message Dave Page 2003-05-13 15:00:08 Re: pga2: documentation