1
0
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:
Juanma Barranquero 2014-02-17 20:01:14 +01:00
parent fb7a3ee2db
commit 1bba94f235
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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: