From: Tomi Ollila Date: Sat, 10 May 2014 21:36:43 +0000 (+0300) Subject: emacs install: make sure all components to be installed are there X-Git-Tag: 0.18.1~11 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f0ad36cb7f400f476ada451b683e1d272de7353b;hp=f0ad36cb7f400f476ada451b683e1d272de7353b emacs install: make sure all components to be installed are there `make install-emacs` will copy $(emacs_sources), $(emacs_images) and $(emacs_bytecode) to their target directories. $(emacs_bytecode) was already a prerequisite of make install-emacs as these obviously needed to be build. Until a while ago all of $(emacs_sources) was available in the repository, but now it includes `notmuch-version.el` which is generated. In the future we may have generated emacs images too. ---