As Brian Dean wrote:

> > Cr*p.  I just noticed the uploaded files miss the doc/ subdir, as
> > the ./configure step before doing a "make release" is mandated to
> > be run with --enable-doc (which I think is a bug in the automake
> > files of avrdude).

> I did the exact same thing last release.  It's an easy mistake to
> make.  I wish there was a way to delete files without having to
> bother the savannah admins.

Yes, it is annoying that it's always needed to ask them (though
Sylvain Beucler was really fast this time), but I think the basic
error lies within AVRDUDE's autoconf files.  Any of the DIST macros
should IMHO not depend on configuration options.  IMHO, instead of

SUBDIRS = @SUBDIRS_AC@
DIST_SUBDIRS = @DIST_SUBDIRS_AC@

it should read

SUBDIRS = @SUBDIRS_AC@
DIST_SUBDIRS = doc windows

Anyone auto{conf,make} knowledgable enough here to confirm (or deny)
this?

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to