From e3f90044e1fd4336a21496d5e022d1e77c037b42 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 5 Jul 2010 01:24:10 +0100 Subject: [PATCH] * Makefile.in (MAINTAINER_CLEANFILES): Add unicode/UnicodeData.txt, unicode/BidiMirroring.txt, unicode/ArabicShaping.txt, and unidata.c. --- ChangeLog | 5 +++++ Makefile.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9162f2bdd..294c002f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-07-05 Colin Watson + + * Makefile.in (MAINTAINER_CLEANFILES): Add unicode/UnicodeData.txt, + unicode/BidiMirroring.txt, unicode/ArabicShaping.txt, and unidata.c. + 2010-07-05 Colin Watson * util/i386/pc/grub-setup.c (setup): Rename prefix to diff --git a/Makefile.in b/Makefile.in index 873ccdb75..9fec32c69 100644 --- a/Makefile.in +++ b/Makefile.in @@ -164,7 +164,10 @@ DISTCLEANFILES = config.status config.cache config.log config.h \ MAINTAINER_CLEANFILES = $(srcdir)/configure $(srcdir)/aclocal.m4 \ $(MKFILES) $(srcdir)/config.guess \ $(srcdir)/config.sub $(srcdir)/install-sh $(srcdir)/missing \ - $(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in $(INFOS) + $(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in \ + $(srcdir)/unicode/UnicodeData.txt $(srcdir)/unicode/BidiMirroring.txt \ + $(srcdir)/unicode/ArabicShaping.txt $(srcdir)/unidata.c \ + $(INFOS) # The default target. all: all-local