Changes committed gnus/texi (ChangeLog Makefile.in gnus-news.texi)

"Katsumi Yamaoka" <[email protected]>
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog Makefile.in gnus-news.texi

* Makefile.in (datarootdir): Define.
(install, uninstall): Quote directory name that might contain whitespace.

* gnus-news.texi: Mention that spaces and tabs are allowed in the installation
 directory name.

* ps/Makefile.in (datarootdir): Define.


Index: ChangeLog
diff -u gnus/texi/ChangeLog:7.383 gnus/texi/ChangeLog:7.384
--- ChangeLog:7.383	Thu Jan 24 23:19:04 2008
+++ ChangeLog	Fri Feb  8 00:41:59 2008
@@ -1,3 +1,14 @@
+2008-02-07  Katsumi Yamaoka  <[email protected]>
+
+	* Makefile.in (datarootdir): Define.
+	(install, uninstall): Quote directory name that might contain
+	whitespace.
+
+	* gnus-news.texi: Mention that spaces and tabs are allowed in the
+	installation directory name.
+
+	* ps/Makefile.in (datarootdir): Define.
+
 2008-01-24  Michael Sperber  <[email protected]>
 
 	* gnus.texi (Mail Source Specifiers): Document `group' specifier.
@@ -5949,7 +5960,7 @@
 	* gnus.texi (Mail Folders): Addition.
 
     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-    2007 Free Software Foundation, Inc.
+    2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
Index: Makefile.in
diff -u gnus/texi/Makefile.in:7.15 gnus/texi/Makefile.in:7.16
--- Makefile.in:7.15	Thu Jan 26 10:01:33 2006
+++ Makefile.in	Fri Feb  8 00:41:59 2008
@@ -1,5 +1,6 @@
-infodir = @info_dir@
 prefix = @prefix@
+datarootdir = @datarootdir@
+infodir = @info_dir@
 srcdir = @srcdir@
 subdir = texi
 top_srcdir = @top_srcdir@
@@ -214,21 +215,21 @@
 	rm -f gnus-faq.xml gnus-faq.*.tmp
 
 install: $(INFO_DEPS)
-	$(SHELL) $(top_srcdir)/mkinstalldirs $(infodir)
+	$(SHELL) $(top_srcdir)/mkinstalldirs "$(infodir)"
 	@list='$(INFO_DEPS)'; \
 	for file in $$list; do \
 	  for ifile in `echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
 	    if test -f $$ifile; then \
-	      echo " $(INSTALL_DATA) $$ifile $(infodir)/$$ifile"; \
-	      $(INSTALL_DATA) $$ifile $(infodir)/$$ifile; \
+	      echo "$(INSTALL_DATA) $$ifile \"$(infodir)/$$ifile\""; \
+	      $(INSTALL_DATA) $$ifile "$(infodir)/$$ifile"; \
 	    else : ; fi; \
 	  done; \
 	done
 	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
 	  list='$(INFO_DEPS)'; \
 	  for file in $$list; do \
-	    echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
-	    install-info --info-dir=$(infodir) $(infodir)/$$file || :;\
+	    echo "install-info --info-dir=\"$(infodir)\" \"$(infodir)/$$file\"";\
+	    install-info --info-dir="$(infodir)" "$(infodir)/$$file" || :;\
 	  done; \
 	else : ; fi
 
@@ -236,14 +237,14 @@
 	@list='$(INFO_DEPS)'; \
 	for file in $$list; do \
 	  for ifile in `echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
-	    rm -f $(infodir)/$$ifile; \
+	    rm -f "$(infodir)/$$ifile"; \
 	  done; \
 	done
 	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
 	  list='$(INFO_DEPS)'; \
 	  for file in $$list; do \
-	    echo " install-info --delete --info-dir=$(infodir) $(infodir)/$$file";\
-	    install-info --delete --info-dir=$(infodir) $(infodir)/$$file || :;\
+	    echo "install-info --delete --info-dir=\"$(infodir)\" \"$(infodir)/$$file\"";\
+	    install-info --delete --info-dir="$(infodir)" "$(infodir)/$$file" || :;\
 	  done; \
 	else : ; fi
 
Index: gnus-news.texi
diff -u gnus/texi/gnus-news.texi:7.60 gnus/texi/gnus-news.texi:7.61
--- gnus-news.texi:7.60	Sun Jan 20 06:23:58 2008
+++ gnus-news.texi	Fri Feb  8 00:41:59 2008
@@ -38,6 +38,8 @@
 will shadow the latest one are detected.  You can then remove those
 shadows manually or remove them using @code{make
 remove-installed-shadows}.
+
+@item The installation directory name is allowed to have spaces and/or tabs.
 @end itemize
 
 @item New packages and libraries within Gnus
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.