From: yamaoka Date: Sun, 20 Feb 2005 00:36:00 +0000 (+0000) Subject: Synch to No Gnus 200502192311. X-Git-Tag: t-gnus-6_17_4-quimby-~551 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=023cc87adcfd09da1f1de7acd15eaed7051774c1;p=elisp%2Fgnus.git- Synch to No Gnus 200502192311. --- diff --git a/ChangeLog b/ChangeLog index a90f013..53ba5a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-02-19 Miles Bader + * etc/Makefile.in (install): Create $(etcdir)/images/gnus dir. + * etc/Makefile.in (install, uninstall): Fix installed image dirs. * etc/Makefile.in (install): Put gnus-tut.txt in the right place. diff --git a/etc/Makefile.in b/etc/Makefile.in index 772b6c5..517bfad 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -20,7 +20,7 @@ install: echo " $(INSTALL_DATA) $$p $(etcdir)/$$p"; \ $(INSTALL_DATA) $$p $(etcdir)/$$p; \ done - $(SHELL) $(top_srcdir)/mkinstalldirs $(etcdir)/gnus + $(SHELL) $(top_srcdir)/mkinstalldirs $(etcdir)/images/gnus cd $(srcdir) \ && for p in images/gnus/*.xpm images/gnus/*.pbm images/gnus/*.xbm images/gnus/x-splash; do \ echo " $(INSTALL_DATA) $$p $(etcdir)/$$p"; \