On 7/31/08, Dieter Kaiser <drdieterkaiser at web.de> wrote:
> my problem is that I don't know at which place I should commit the the file
> expintegral.lisp.
>
> Am I allowed to use maxima/src or should I use maxima/share/.... e.g.
> maxima/share/contrib/expintegral/? In this case I have to add some stuff to load
> or autoload the file.
Let's put the new file in src/. I don't see why it shouldn't be always
present, and arranging the autoload stuff is a needless difficulty.
Bear in mind that it is necessary to add the file name to several lists ---
src/Makefile.am, src/maxima.system, src/maxima.asd, src/*-depends.mk
at least, not sure if that's all of them. Try grepping for another file name
in the src/ directory to see what other lists need to be updated.
best
Robert Dodier