Re: Packaging a directory tree with scripts.

2006-01-01 Thread Stepan Kasal
Hello, On Wed, Dec 28, 2005 at 01:48:24PM -0500, Pat Suwalski wrote: > I have an autotooled project that has a structure like so: > > top > src > engine > front-end > tools > tool1 > tool2 > (...) > > I would like to include the src/tools directory in the distribu

Re: Packaging a directory tree with scripts.

2005-12-28 Thread Bob Friesenhahn
On Wed, 28 Dec 2005, Pat Suwalski wrote: I would like to include the src/tools directory in the distribution, but all of the tools are perl scripts. It seems wasteful to be making Makefile.am's and Makefile.in's which are ten times larger than the tools within each of the directories. I am awar

Packaging a directory tree with scripts.

2005-12-28 Thread Pat Suwalski
Hello, I have an autotooled project that has a structure like so: top src engine front-end tools tool1 tool2 (...) I would like to include the src/tools directory in the distribution, but all of the tools are perl scripts. It seems wasteful to be making Makefile.a