Changes committed gnus/texi/ps (Makefile.in)
"Katsumi Yamaoka" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: Makefile.in * 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: Makefile.in diff -u gnus/texi/ps/Makefile.in:7.4 gnus/texi/ps/Makefile.in:7.5 --- Makefile.in:7.4 Thu Jan 26 10:17:58 2006 +++ Makefile.in Fri Feb 8 00:41:59 2008 @@ -1,5 +1,6 @@ -infodir = @infodir@ prefix = @prefix@ +datarootdir = @datarootdir@ +infodir = @infodir@ srcdir = @srcdir@ subdir = texi/ps top_srcdir = @top_srcdir@