diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2014-02-13 04:19:57 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2014-02-13 04:19:57 +0100 |
commit | 1a4c95f6640b266c792254480947894088cb37d3 (patch) | |
tree | 81c59365386cc9920154fab1ad36b89fbecaeb17 /Makefile.in | |
parent | 0dab5068ae0b018133e3a95603ee21ff4ef4a88d (diff) | |
download | emacs-1a4c95f6640b266c792254480947894088cb37d3.tar.gz |
Copy README.W32 when installing Windows build (bug#14757).
* Makefile.in (install-nt): Also pass datadir.
* nt/Makefile.in (datarootdir, datadir, INSTALL_DATA): Declare.
(install): Copy README.W32 to $(datadir)/emacs/$(version).
(uninstall): Remove README.W32.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index e69998e3e52..192c9483eb0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -510,6 +510,7 @@ install-nt: $(MAKE) install $(MFLAGS) prefix="${prefix}" \ exec_prefix="${exec_prefix}" bindir="${bindir}" \ libexecdir="${libexecdir}" archlibdir="${archlibdir}" \ + datadir="${datadir}" \ INSTALL_STRIP=${INSTALL_STRIP} ## In the share directory, we are deleting: |