mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
nt/Makefile.in: Fix bug#16772.
* nt/Makefile.in (install): Create destination directory before copying README.W32.
This commit is contained in:
parent
fb7a3ee2db
commit
1bba94f235
@ -1,3 +1,8 @@
|
||||
2014-02-17 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* Makefile.in (install): Create destination directory before
|
||||
copying README.W32 (bug#16772).
|
||||
|
||||
2014-02-13 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* Makefile.in (datarootdir, datadir, INSTALL_DATA): Declare.
|
||||
|
@ -171,6 +171,7 @@ install: $(DESTDIR)${archlibdir}
|
||||
for file in ${INSTALLABLES} ; do \
|
||||
$(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} "$(DESTDIR)${bindir}"/`echo $${file} | sed -e 's/${EXEEXT}$$//' -e '$(TRANSFORM)'`${EXEEXT} ; \
|
||||
done
|
||||
${MKDIR_P} "$(DESTDIR)${datadir}/emacs/$(version)"
|
||||
$(INSTALL_DATA) README.W32 "$(DESTDIR)${datadir}/emacs/$(version)"
|
||||
|
||||
uninstall:
|
||||
|
Loading…
Reference in New Issue
Block a user