"Jochen Hoenicke" <[EMAIL PROTECTED]> writes:
> I have written a small perl script (150 lines) that puts the classpath
> collection classes into the org.gnu.java.util.collections package.
> This works well, and I wonder how I should redistribute it to anyone
> interested.
Hey Jochen,
Add a phony target to the root Makefile called collection and have it
call cd lib && $(MAKE) $(AM_MAKEFLAGS) collection (maybe there is a
variable for the arg..). In lib/Makefile.am add another phony
collection target which zips up the relevant files. You could add a
hook to include the source there as well.
Brian
--
Brian Jones <[EMAIL PROTECTED]>