[EMAIL PROTECTED] (Kai Gro�johann) writes:
Just now downloaded and installed this newest release. I see lots
more files in "texi" directory.
I see the info file has improved many times over.... Nice work!
RCP filename conventions [examples] <== very good
Running "make" in the top dir gives me:
for a in lisp texi; do \
make -C $a all; \
done
make[1]: Entering directory `/usr/local/rcp/lisp'
emacs -batch -f batch-byte-compile rcp.el
While compiling the end of the data in file /usr/local/rcp/lisp/rcp.el:
** the function temp-directory is not known to be defined.
Wrote /usr/local/rcp/lisp/rcp.elc
Done
make[1]: Leaving directory `/usr/local/rcp/lisp'
make[1]: Entering directory `/usr/local/rcp/texi'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/rcp/texi'
There seems to be no "ChangeLog" so not sure what all the files in
texi are for. I only recognize the .aux .texi .dvi and .info
suffixes.
Is there really "nothing to be done" in there?