diff options
| author | Glenn Morris | 2013-10-23 00:20:57 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-10-23 00:20:57 -0700 |
| commit | 48f73cfbf3d028b29655b207491e129607b88632 (patch) | |
| tree | f42e0fea3821990415319897db31bc1917272e9a /ChangeLog | |
| parent | b8e3b0a9ecb6c8ca1c2a4db189e92bcf08b5052d (diff) | |
| download | emacs-48f73cfbf3d028b29655b207491e129607b88632.tar.gz emacs-48f73cfbf3d028b29655b207491e129607b88632.zip | |
Progress towards allowing installation in directories with whitespace
* Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
(install-arch-indep, install-etcdoc, install-info, install-man)
(install-etc, uninstall): Quote entities that might contain whitespace.
* build-aux/update-subdirs: Handle whitespace in argument.
Check cd return value.
* doc/emacs/Makefile.in (install-dvi, install-html, install-pdf)
(install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
(uninstall-pdf): Quote entities that might contain whitespace.
* doc/lispintro/Makefile.in (install-dvi, install-html, install-pdf)
(install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
(uninstall-pdf): Quote entities that might contain whitespace.
* doc/lispref/Makefile.in (install-dvi, install-html, install-pdf)
(install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
(uninstall-pdf): Quote entities that might contain whitespace.
* doc/misc/Makefile.in (install-dvi, install-html, install-pdf)
(install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
(uninstall-pdf): Quote entities that might contain whitespace.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}, need-blessmail, install)
(uninstall): Quote entities that might contain whitespace.
* nt/Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall):
Quote entities that might contain whitespace.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,5 +1,12 @@ | |||
| 1 | 2013-10-23 Glenn Morris <rgm@gnu.org> | 1 | 2013-10-23 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | Progress towards allowing installation in directories with whitespace. | ||
| 4 | * Makefile.in (COPYDESTS, write_subdir, install-arch-dep) | ||
| 5 | (install-arch-indep, install-etcdoc, install-info, install-man) | ||
| 6 | (install-etc, uninstall): Quote entities that might contain whitespace. | ||
| 7 | * build-aux/update-subdirs: Handle whitespace in argument. | ||
| 8 | Check cd return value. | ||
| 9 | |||
| 3 | Make building in directories with whitespace possible. (Bug#15675) | 10 | Make building in directories with whitespace possible. (Bug#15675) |
| 4 | * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists. | 11 | * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists. |
| 5 | * Makefile.in (abs_srcdir): New, set by configure. | 12 | * Makefile.in (abs_srcdir): New, set by configure. |