Previous: Standard installation of ECB for (X)Emacs, Up: Installation of ECB [Contents][Index]
Platform specific vars and programs can be customized from a command-line or by means of Makefile.conf, for which Makefile.conf.template is a template. It contains descriptions of all configuration options. Copy it to Makefile.conf and override as needed.
If settings hasn’t been changed, Makefile uses platform specific defaults.
There is a target, that prints configuration values: make
printconf
.
When you use CEDET built into Emacs and don’t install help, then you don’t even need the Makefile.conf.
When you use CEDET from the repo and/or want to install info files, then set appropriate variables in Makefile.conf, for example:
CEDET = ~/projects/cedet-bzr EMACSINFOPATH = ~/.emacs.d/info