nt/Makefile.in: Fix bug#16772.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Feb 2014 19:01:14 +0000 (20:01 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Feb 2014 19:01:14 +0000 (20:01 +0100)
* nt/Makefile.in (install): Create destination directory before
copying README.W32.

nt/ChangeLog
nt/Makefile.in

index 4c721c4..1dc6319 100644 (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.
index 9564ec2..4970ca4 100644 (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: