denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] A breakthru


From: Jeremiah Benham
Subject: Re: [Denemo-devel] A breakthru
Date: Wed, 03 Sep 2008 08:58:27 -0500

On Wed, 2008-09-03 at 10:35 +0100, Richard Shann wrote:
> I have just solved some long-standing problems in Denemo, which it turns
> out were due to actions not acquiring their proxy widgets at startup but
> on demand. I am ready to go now with custom scripts loaded as menu items
> with shortcuts etc.
> I need an understanding of EXTRA_DIST in autoconf, as we will need to
> install a hierarchy of custom menus without specifying all the contents
> of the directories in the configure.in (or whatever its called), any
> guidance would be welcome.

I just changed doc/images/Makefile.am to this:


imagedir = $(datadir)/${PACKAGE}/manual/images
dist_image_DATA = ./*

You can use this as a template. I am not using EXTRA_DIST. I don't know
how to control the installation location with EXTRA_DIST. I just create
a variable like image. Add dir to the end of the name. You get imagedir.
To tell autotools what files need to be installed add dist_ before and
_DATA after the variable name. The argument that can be given to this
can be like *.png or *.denemo or something. I recently changed it
to ./*.

I can modify the others like this if you like but I don't think I can
touch it until later tonight. 

Jeremiah


> (This would be useful also for the templates and the gallery of
> examples).
> Richard
> 
> 
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]