diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-08-12 14:41:37 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-08-12 14:41:37 +0000 |
commit | 97cea9ca8cb6d4919d4039748d1a72fc1dea30a1 (patch) | |
tree | 7d5a77ca370523d15af8ef101704b3f68ac73e0a | |
parent | b0ab5bed4a61094c0d9d6f3d7ba7062bebaa0167 (diff) | |
download | gtk+-97cea9ca8cb6d4919d4039748d1a72fc1dea30a1.tar.gz |
Fix problem with trying to dist files from intl/, which is no longer
Sun Aug 12 10:39:12 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Fix problem with trying to
dist files from intl/, which is no longer there.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | Makefile.am | 3 |
8 files changed, 36 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Sun Aug 12 10:39:12 2001 Owen Taylor <otaylor@redhat.com> + + * Makefile.am (EXTRA_DIST): Fix problem with trying to + dist files from intl/, which is no longer there. + 2001-08-11 Hans Breuer <hans@breuer.org> * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c, diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 3abcfac36a..ec953eef62 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Sun Aug 12 10:39:12 2001 Owen Taylor <otaylor@redhat.com> + + * Makefile.am (EXTRA_DIST): Fix problem with trying to + dist files from intl/, which is no longer there. + 2001-08-11 Hans Breuer <hans@breuer.org> * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3abcfac36a..ec953eef62 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Aug 12 10:39:12 2001 Owen Taylor <otaylor@redhat.com> + + * Makefile.am (EXTRA_DIST): Fix problem with trying to + dist files from intl/, which is no longer there. + 2001-08-11 Hans Breuer <hans@breuer.org> * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c, diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 3abcfac36a..ec953eef62 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Sun Aug 12 10:39:12 2001 Owen Taylor <otaylor@redhat.com> + + * Makefile.am (EXTRA_DIST): Fix problem with trying to + dist files from intl/, which is no longer there. + 2001-08-11 Hans Breuer <hans@breuer.org> * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c, diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3abcfac36a..ec953eef62 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Sun Aug 12 10:39:12 2001 Owen Taylor <otaylor@redhat.com> + + * Makefile.am (EXTRA_DIST): Fix problem with trying to + dist files from intl/, which is no longer there. + 2001-08-11 Hans Breuer <hans@breuer.org> * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c, diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 3abcfac36a..ec953eef62 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Aug 12 10:39:12 2001 Owen Taylor <otaylor@redhat.com> + + * Makefile.am (EXTRA_DIST): Fix problem with trying to + dist files from intl/, which is no longer there. + 2001-08-11 Hans Breuer <hans@breuer.org> * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c, diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3abcfac36a..ec953eef62 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Aug 12 10:39:12 2001 Owen Taylor <otaylor@redhat.com> + + * Makefile.am (EXTRA_DIST): Fix problem with trying to + dist files from intl/, which is no longer there. + 2001-08-11 Hans Breuer <hans@breuer.org> * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c, diff --git a/Makefile.am b/Makefile.am index a85a63ce8e..3ee3aa93f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,13 +19,12 @@ EXTRA_DIST = \ README.win32 \ README.nanox \ config.h.win32 \ - intl/libgettext.h \ - intl/po2tbl.sed.in \ po/README.tools \ po/README.translators \ po/desk.pl \ po/makefile.mingw \ po/update.pl \ + po/po2tbl.sed.in \ examples/aspectframe/Makefile \ examples/aspectframe/aspectframe.c \ examples/Makefile \ |