Closed tats closed 1 year ago
cf. https://groups.google.com/g/mew-ja/c/LBVxG5mo-1I/m/HWURPTpSBAAJ
Also, cd elisp && make fails to byte-compile because of empty EMACS. EMACS and elispdir should have the default value in elisp/Makefile if cd elisp && make is allowed.
cd elisp && make
EMACS
elispdir
Instead, you may integrate elisp/Makefile into Makefile, like install-etc.
I will merge this PR anyway and think the issue about capital letters later.
Merged. Thanks!
Our "configure.in" generates small letters. That's why.
cf. https://groups.google.com/g/mew-ja/c/LBVxG5mo-1I/m/HWURPTpSBAAJ
Also,
cd elisp && make
fails to byte-compile because of emptyEMACS
.EMACS
andelispdir
should have the default value in elisp/Makefile ifcd elisp && make
is allowed.Instead, you may integrate elisp/Makefile into Makefile, like install-etc.