Re: [anjuta-list] Define new installation directory in folder properties



Hi,


Le 22/06/2013 16:17, Tony Arnold a écrit :
How do I define a custom installation directory in folder properties? I
want to define a non standard directory for a target.

You need to add a new target of type data.

It will add a variable suffixed with dir that is used to define the installation directory. But you have to define this variable by editing the Makefile.am in a text editor. By example if you define a target named foo, you need to add in the Makefile.am file
   foodir = $(pkgdatadir)/foo


You don't need to set this variable if you use the name of a standard directory for your target. By example data or pkgdata.


Regards,

Sébastien


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]