Le 5260 Septembre 1993, Thomas Moschny a tapoté: > However, there's a small cosmetic issue: > While all other files are installed in both forms (.el and .elc), > dvc-autoloads, dvc-site and dvc-version are installed only as compiled files, > whereas dvc-load is only installed in source form.
Having .el with .elc for source file is good IMHO, it permit to get the source from apropos, for example: dvc-status is an interactive compiled Lisp function in `dvc-unified.el'. I think that dvc-autoloads's source is not usefull. dvc-load.el is generated after installation from dvc-load-install.el, so it's not compiled. For dvc-site and dvc-version, the .el file is in the build directory, not in the source directory. The install-el rule in lisp/Makefile look at $(srcdir) if there is a .el corresponding to a .elc file in $(lispdir). This problem happens only when compiling outside the source tree. Regards. -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1
pgp7GCpDFSpRc.pgp
Description: PGP signature
_______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
