diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-04 16:07:05 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-04 16:07:05 +0000 |
commit | c9b26b3dc6eaf9f8314264cb1cfc763fcbf06243 (patch) | |
tree | 1a6ac7c231afdca19aecf3cb107f59900e235df3 /gdk-pixbuf | |
parent | f4ab7aa5eb7040e7fca8df335c5aac375f96e8f2 (diff) | |
download | gtk+-c9b26b3dc6eaf9f8314264cb1cfc763fcbf06243.tar.gz |
Version 1.3.7GTK_1_3_7
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com>
* Version 1.3.7
* configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
docs for gtk-config
* modules/input/Makefile.am (install-data-local): Don't
run gtk-query-immodules if DESTDIR is set.
* NEWS: Various additions.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 4 | ||||
-rw-r--r-- | gdk-pixbuf/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index adc5d13719..a39add0e0f 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 4 00:22:07 2001 Owen Taylor <otaylor@redhat.com> + + * Makefile.am: Fix EXTRA_DIST for gdk-pixbuf-csource.1 + Tue Sep 4 03:09:52 2001 Tim Janik <timj@gtk.org> * gdk-pixbuf-csource.1: new file, manual page for diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index b9a2fc9c09..3566098331 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -205,7 +205,6 @@ gdk_pixbuf_csource_LDADD = $(LDADDS) # manual pages to install # man_MANS = gdk-pixbuf-csource.1 -EXTRA_DIST += gdk-pixbuf-csource.1 # @@ -250,6 +249,7 @@ noinst_HEADERS = \ gdk-pixbuf-private.h EXTRA_DIST = \ + gdk-pixbuf-csource.1 \ makefile.mingw \ makefile.mingw.in \ gdk_pixbuf.def \ |