mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
nt/Makefile.in: Follow up to previous change.
nt/Makefile.in (install): Create destination directory before copying README.W32, and use ${datadir} to refer to the file. Fixes: debbugs:16772
This commit is contained in:
parent
1bba94f235
commit
f260162808
@ -1,7 +1,7 @@
|
||||
2014-02-17 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* Makefile.in (install): Create destination directory before
|
||||
copying README.W32 (bug#16772).
|
||||
* Makefile.in (install): Create destination directory before copying
|
||||
README.W32, and use ${datadir} to refer to the file (bug#16772).
|
||||
|
||||
2014-02-13 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
|
@ -172,7 +172,7 @@ install: $(DESTDIR)${archlibdir}
|
||||
$(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)"
|
||||
$(INSTALL_DATA) ${srcdir}/README.W32 "$(DESTDIR)${datadir}/emacs/$(version)"
|
||||
|
||||
uninstall:
|
||||
rm -f "$(DESTDIR)${datadir}/emacs/$(version)/README.W32"
|
||||
|
Loading…
Reference in New Issue
Block a user