From fd38c10dd1e62d9e7e25a94872e7037514531dd3 Mon Sep 17 00:00:00 2001 From: hno <> Date: Sat, 22 Feb 2003 03:52:51 +0000 Subject: [PATCH] Don't remove the icons on "make distclean". The icons are included in the distribution and should not be removed even if they can be regenerated from icons.shar --- icons/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/Makefile.am b/icons/Makefile.am index 2636e02821..a82f3d12a9 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.6 2003/01/23 00:36:43 robertc Exp $ +# $Id: Makefile.am,v 1.7 2003/02/21 20:52:51 hno Exp $ # ICON1 = anthony-binhex.gif @@ -32,7 +32,7 @@ ICON2 = anthony-bomb.gif \ icondir = $(datadir)/icons icon_DATA = $(ICON1) $(ICON2) EXTRA_DIST = $(ICON1) $(ICON2) icons.shar -DISTCLEANFILES = $(ICON1) $(ICON2) +DISTCLEANFILES = # The magic with ICON1,2 is to have a single dependency # for all of the icons. -- 2.47.3