Daniel Veillard wrote:
> On Wed, Apr 09, 2008 at 12:53:12PM +0200, Mike Hommey wrote:
>> On Wed, Apr 09, 2008 at 06:45:17AM -0400, Daniel Veillard wrote:
>>> On Wed, Apr 09, 2008 at 10:32:38AM +0200, Mike Hommey wrote:
>>>> On Wed, Apr 09, 2008 at 03:45:16AM -0400, Daniel Veillard wrote:
>>>>>    A lot of bug fixes had accumulated since the release in january so
>>>>> a new release was in order:
>>>>>
>>>>>     New release available as usual at 
>>>>>       ftp://xmlsoft.org/libxml/
>>>> FYI, the tarball contains .orig files.
>>>   <grin/>
>> And .rej files, by the way. Why don't you use make dist to create the
>> tarballs ?
> 
>   I use
> 
> make rpm
> 
> defined as:
> 
> rpm: cleanup cleantar
>         @(unset CDPATH ; $(MAKE) dist-source dist && rpmbuild -ta 
> $(distdir).tar.gz)
> 
>  it uses 'make dist' as far as i can tell,
> 
> Daniel
> 


But orig/rej-files are for directories without Makefile.am and dist-hook 
from root Makefile.am add whole content of passed to tar command 
directory list.
May be cleanup makefile target has to remove more file patterns or to 
control distribution content of some directories from directory 
Makefile.am .

Roumen
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to