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



Sebastien,

Thanks for your reply. I now have it working.

To include the target when generating a tarball, I had to add it to the EXTRA_DIST variable in the 
Makefile.am file.

Regards,
Tony.

Sent from Moxier Mail
(http://www.moxier.com)


----- Original Message -----
From: Sébastien Granjoux <seb sfo free fr>
To: "anjuta-list gnome org" <anjuta-list gnome org>
Sent: 22/06/2013 16:52
Subject: 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
_______________________________________________
anjuta-list mailing list
anjuta-list gnome org
https://mail.gnome.org/mailman/listinfo/anjuta-list


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