In preparation for the upcoming release, I thought I'd try `make distcheck`.
$ make -k distcheck make[1]: *** No rule to make target `make.dep', needed by `distdir'. make[1]: *** No rule to make target `make.files', needed by `distdir'. make[1]: *** No rule to make target `make.ofiles', needed by `distdir'. make[1]: Target `distdir' not remade because of errors. make: *** [distdir] Error 1 make: Target `distcheck' not remade because of errors.
I know the solution for this first problem is to run mkfiles.pl and mkdep.pl, but I wonder if those scripts should be thrown into the autogen.sh or configure mix somehow.
After I generate those files `make distcheck` produces the errors that can be found at: http://www.ekips.org/comp/inkscape/inx/distcheck/stderr.txt
Aaron Spike