diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | gtk-zip.sh.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-12-10 Tor Lillqvist <tml@novell.com> + + * gtk-zip.sh.in: Include bin/gtk-builder-convert in the dev + package. (#502850) + 2007-12-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_real_remove): Another fix diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index 8cd89a90f2..3d3a112da1 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -53,6 +53,7 @@ rm $DEVZIP zip -r $DEVZIP -@ <<EOF include/gtk-2.0 bin/gdk-pixbuf-csource.exe +bin/gtk-builder-convert bin/gtk-demo.exe man/man1/gdk-pixbuf-csource.1 lib/libgdk_pixbuf-@GTK_API_VERSION@.dll.a |