Automake woes con't

2000-07-10 Thread Ti Leggett
It's me again. I'm still not real sure I'm doing any of this right. So I have three subdirs that need Makefiles - src, lib, and man. In src are perl programs that get run through when configure runs for substitutions, in lib are perl modules, in man are man files. What needs to be done in src and

Re: Shallow directory structures and gettext

2000-07-10 Thread Ti Leggett
and the > dist target did not work properly. > > Is there a way to do this with automake? If not, what would be the best > approach? > > Is there a good example out there of a shallow package? > > Thanks, > Jim Kearney > [EMAIL PROTECTED] -- -Ti Leggett [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: Support for making perl scripts...

2000-07-08 Thread Ti Leggett
From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Ti Leggett" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, July 08, 2000 12:16 PM Subject: Re: Support for making perl scripts... > Ti> I really have two questions. First, is there an easy way

Support for making perl scripts...

2000-07-08 Thread Ti Leggett
make test make prep make install make install-docs That's a whole lotta steps. I want to role "make docs" into "make", and "make prep" and "make install-docs" into "make install". So the steps look like: make make test make install Is th