]> git.eshelyaron.com Git - emacs.git/commit
Fix out-of-source make-dist problems
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 8 Jun 2019 21:08:05 +0000 (14:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 8 Jun 2019 21:42:10 +0000 (14:42 -0700)
commit1043cd30acffcc0b61da4a80dcf3f8a5ac459267
tree0971ac4c47bd5d2f06fa1da4618891ba531e3635
parentd26b49e5a4883e9fe2ec3502c067ba2a5e1dd2c4
Fix out-of-source make-dist problems

Problem with jisx2131-filter reported by Phillip Lord in:
https://lists.gnu.org/r/emacs-devel/2019-06/msg00147.html
* admin/charsets/Makefile.in (SED_SCRIPT):
Put it in $(srcdir), which is not necessarily the working directory.
($(SED_SCRIPT)): Rename from jisx2131-filter.  All uses changed.
(clean): Do not remove SED_SCRIPT.
(extraclean): Remove it here instead.
* make-dist (possibly_non_vc_files): Remove src/emacs-module.h.
Although it is portable and could be distributed in the tarball,
it's too much hassle to do that, so let each builder make it.
admin/charsets/Makefile.in
make-dist