Re: ANNOUNCE: Bonobo 1.0.0 released ...



Le 13 Apr 2001 15:01:57 -0400, Michael Meeks a écrit :
> 
> Hi Frederic,
> 
> On 11 Apr 2001, Frederic Crozat wrote:
> > Mickael, I suggest you modify main Makefile.am dist entry to force
> > stub/skeleton removal before generating tarball. Since people need
> > ORBit devel files to compile bonobo, they will have necessary
> > orbit-idl to generate ORBit stub/skeletons..
>   
>         I'd appreciate suggestions on how to do this cleanly, I had a go  
> and couldn't get it to be nice.


I'm not a autoconf/automake specialist but from GNU autoconf, automake
book (
http://sources.redhat.com/autobook/autobook/autobook_104.html#SEC104 )
I suggest adding 
dist-hook rules which would delete stubs/skeleton where generating
tarball

something like :
dist-hook:

    -for i in $(my_corba_generated_files) ; do 

              -rm $(distdir)/$i
           - done


-- 
Frédéric Crozat
MandrakeSoft





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