Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
58064b4d
Commit
58064b4d
authored
Nov 04, 2014
by
Glenn Morris
Browse files
* Makefile.in (install-info, uninstall): Restore pre-2012-12-13 solution
Do not merge to trunk. Fixes: debbugs:18908
parent
6cd9d8c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
ChangeLog
ChangeLog
+6
-1
Makefile.in
Makefile.in
+2
-2
No files found.
ChangeLog
View file @
58064b4d
2014-11-05 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-info, uninstall): Restore pre-2012-12-13
solution. (Bug#18908)
2014-10-31 Eric S. Raymond <esr@thyrsus.com>
* autogen.sh: Neutralize language specific to a repository type.
...
...
@@ -1744,7 +1749,7 @@
2012-12-13 Andreas Schwab <schwab@suse.de>
* Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
(uninstall): Likewise. (Bug#1314
3
)
(uninstall): Likewise. (Bug#1314
2
)
2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
...
...
Makefile.in
View file @
58064b4d
...
...
@@ -658,7 +658,7 @@ install-info: info
[ -f "$(DESTDIR)${infodir}/dir" ] || \
[ ! -f ${srcdir}/info/dir ] || \
${INSTALL_DATA} ${srcdir}/info/dir "$(DESTDIR)${infodir}/dir"; \
info_misc=`cd doc/misc && $(QUIET_SUBMAKE) $(MAKE) -s echo-info`; \
info_misc=`cd doc/misc &&
LANG=C
$(QUIET_SUBMAKE) $(MAKE) -s echo-info
| sed '/ing directory/d'
`; \
cd ${srcdir}/info ; \
for elt in ${INFO_NONMISC} $${info_misc}; do \
test "$(HAVE_MAKEINFO)" = "no" && test ! -f $$elt && continue; \
...
...
@@ -754,7 +754,7 @@ uninstall: uninstall-$(NTDIR) uninstall-doc
done
-rm -rf "$(DESTDIR)${libexecdir}/emacs/${version}"
thisdir=`/bin/pwd`; \
(info_misc=`cd doc/misc && $(QUIET_SUBMAKE) $(MAKE) -s echo-info`; \
(info_misc=`cd doc/misc &&
LANG=C
$(QUIET_SUBMAKE) $(MAKE) -s echo-info
| sed '/ing directory/d'
`; \
if cd "$(DESTDIR)${infodir}"; then \
for elt in ${INFO_NONMISC} $${info_misc}; do \
(cd "$${thisdir}"; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment