[pgadmin-hackers] make install icons and desktop files

2003-10-01 Thread Jean-Michel POURE
Dear Adam H.,

In the RPM spec, after make install, we install the icon and desktop file 
manually using:

cp ./src/include/images/elephant48.xpm 
%{buildroot}/%{_datadir}/%{name}/%{name}.xpm
cp ./pkg/%{name}.desktop
%{buildroot}/%{_datadir}/%{name}/%{name}.desktop

Could it be part of make install itself?

Cheers, Jean-Michel


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


Re: [pgadmin-hackers] make install icons and desktop files

2003-10-01 Thread Adam H. Pendleton
Jean-Michel POURE wrote:

Dear Adam H.,

In the RPM spec, after make install, we install the icon and desktop file 
manually using:

cp ./src/include/images/elephant48.xpm 
%{buildroot}/%{_datadir}/%{name}/%{name}.xpm
cp ./pkg/%{name}.desktop
%{buildroot}/%{_datadir}/%{name}/%{name}.desktop

Could it be part of make install itself?

 

Yes.  I've have to get back to you on specifically how, though.  :-)

ahp



---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly