Luiji Maryo <[email protected]> wrote: > [...] > For now, I can just run each ``dist-'' command individually. This is > not that hard, but it would probably be helpful to any other users > like me that produce more then one distribution at a time.
Fascinating, I wanted to report the same issue soon :-). I was transforming an old build "system" that created only a .tar.gz on "make dist", but a .zip as well (and some digital signatures) on "make release", and the naive thought of de- pending the latter on "dist-gzip dist-zip" failed. I worked around that with the same method Ralf proposed, i. e., adapting the automake options and ignoring that the .zip is already being generated at the "make dist" stage. Tim
