diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2004-02-11 Alexander Larsson <alexl@redhat.com> + * Makefile.in: + Added back COPYING + +2004-02-11 Alexander Larsson <alexl@redhat.com> + * Makefile: * Makefile.in: * configure.ac: diff --git a/Makefile.in b/Makefile.in index 0a653b9..684e36b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ distdir = $(PACKAGE)-$(VERSION) -FILES = README Makefile.in configure.ac configure install-sh index.theme ChangeLog +FILES = README Makefile.in configure.ac configure install-sh index.theme ChangeLog COPYING ICON_SIZES = 16x16 22x22 32x32 36x36 48x48 64x64 72x72 96x96 \ 128x128 192x192 scalable |