diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-05 11:06:16 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-05 11:06:16 +0200 |
commit | 3e472de16e7cc0f10d2dc339f4308eb3ceadf55d (patch) | |
tree | 1c12036b17528e6f210203ee203a9884ed25ef2e /Makefile.am | |
parent | 670b3bd58c6afa0c3e29107b7634a6b9091d2bcf (diff) | |
parent | b9ee5dfe75d1a524cfb0fc925851dcc13cfbfa0b (diff) | |
download | automake-3e472de16e7cc0f10d2dc339f4308eb3ceadf55d.tar.gz |
Merge branch 'elisp-work'
* elisp-work:
news: document all the recent elisp-related changes and improvements
coverage: byte-compiling elisp files in different subdirectories
elisp: honour AM_ELCFLAFS and ELCFLAGS in byte-compilation
elisp: --batch implies -q, remove -q
elisp: support elisp files in subdirectories properly
elisp: simplify suffix rules using emacs '-L' option
elisp: no need to "absolutize" $(srcdir) and $(builddir) ...
elisp: prefer $(builddir) files over $(srcdir) ones
elisp: use suffix rules, get rid of 'elisp-comp' script (mostly a rewrite)
coverage: elisp path contains $(srcdir) and $(builddir)
coverage: emacs lisp files in subdirectories
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6ff7e71cf..e6297870a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,7 +135,6 @@ dist_script_DATA = \ lib/mdate-sh \ lib/missing \ lib/mkinstalldirs \ - lib/elisp-comp \ lib/ylwrap \ lib/depcomp \ lib/compile \ |