diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-06-08 14:08:05 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-06-08 14:42:10 -0700 |
commit | 1043cd30acffcc0b61da4a80dcf3f8a5ac459267 (patch) | |
tree | 0971ac4c47bd5d2f06fa1da4618891ba531e3635 /make-dist | |
parent | d26b49e5a4883e9fe2ec3502c067ba2a5e1dd2c4 (diff) | |
download | emacs-1043cd30acffcc0b61da4a80dcf3f8a5ac459267.tar.gz |
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.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index e4e6d40d982..228ab75a775 100755 --- a/make-dist +++ b/make-dist @@ -371,7 +371,7 @@ possibly_non_vc_files=" $top_level_ChangeLog MANIFEST aclocal.m4 configure admin/charsets/jisx2131-filter - src/config.in src/emacs-module.h + src/config.in "$( find admin doc etc lisp \ \( -name '*.el' -o -name '*.elc' -o -name '*.map' -o -name '*.stamp' \ |