From 023cc87adcfd09da1f1de7acd15eaed7051774c1 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sun, 20 Feb 2005 00:36:00 +0000 Subject: [PATCH] Synch to No Gnus 200502192311. --- ChangeLog | 2 ++ etc/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"; \ -- 1.7.10.4