[gnus git] branch master updated: m0-11-25-ge341a8e =1= texi/Makefile.in (install, uninstall): Fix last commit

Katsumi Yamaoka <[email protected]> Wed, 11 Jun 2014 12:33:35 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  e341a8e70082b65e91604dbd99c33cdfca4f4341 (commit)
      from  23416ef1b50934623008e48b3b6e0920cd111649 (commit)


- Log -----------------------------------------------------------------
commit e341a8e70082b65e91604dbd99c33cdfca4f4341
Author: Katsumi Yamaoka <[email protected]>
Date:   Wed Jun 11 10:33:26 2014 +0000

    texi/Makefile.in (install, uninstall): Fix last commit

diff --git a/texi/Makefile.in b/texi/Makefile.in
index 520ce37..5bbe579 100644
--- a/texi/Makefile.in
+++ b/texi/Makefile.in
@@ -208,8 +208,8 @@ distclean: clean
 install: $(INFO_DEPS)
 	$(SHELL) $(top_srcdir)/mkinstalldirs "$(DESTDIR)$(infodir)"
 	@for file in $(INFO_DEPS); do \
-	  rm -f $(DESTDIR)$(infodir)/$$file{,-[0-9],.info,.info-[0-9]}; \
-	  rm -f $(DESTDIR)$(infodir)/$$file{,-[0-9],.info,.info-[0-9]}.gz; \
+	  rm -f "$(DESTDIR)$(infodir)"/$$file{,-[0-9],.info,.info-[0-9]}; \
+	  rm -f "$(DESTDIR)$(infodir)"/$$file{,-[0-9],.info,.info-[0-9]}.gz; \
 	  for ifile in `echo $$file.info $$file.info-[0-9]`; do \
 	    if test -f $$ifile; then \
 	      echo "$(INSTALL_DATA) $$ifile \"$(DESTDIR)$(infodir)/$$ifile\""; \
@@ -235,10 +235,10 @@ uninstall:
 	  done; \
 	else : ; fi
 	@for file in $(INFO_DEPS); do \
-	  echo "rm -f $(DESTDIR)$(infodir)/$$file{,-[0-9],.info,.info-[0-9]}"; \
-	  rm -f $(DESTDIR)$(infodir)/$$file{,-[0-9],.info,.info-[0-9]}; \
-	  echo "rm -f $(DESTDIR)$(infodir)/$$file{,-[0-9],.info,.info-[0-9]}.gz"; \
-	  rm -f $(DESTDIR)$(infodir)/$$file{,-[0-9],.info,.info-[0-9]}.gz; \
+	  echo "rm -f \"$(DESTDIR)$(infodir)\"/$$file{,-[0-9],.info,.info-[0-9]}"; \
+	  rm -f "$(DESTDIR)$(infodir)"/$$file{,-[0-9],.info,.info-[0-9]}; \
+	  echo "rm -f \"$(DESTDIR)$(infodir)\"/$$file{,-[0-9],.info,.info-[0-9]}.gz"; \
+	  rm -f "$(DESTDIR)$(infodir)"/$$file{,-[0-9],.info,.info-[0-9]}.gz; \
 	done
 
 tmps:

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 texi/Makefile.in |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project