]> Pileus Git - ~andy/gtk/commitdiff
Fetch manpages from share/man where they get installed. Don't include
authorTor Lillqvist <tml@novell.com>
Fri, 5 Sep 2008 08:49:49 +0000 (08:49 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 5 Sep 2008 08:49:49 +0000 (08:49 +0000)
2008-09-05  Tor Lillqvist  <tml@novell.com>

* gtk-zip.sh.in: Fetch manpages from share/man where they get
installed. Don't include pointless entries for directories in the
zip files.

svn path=/trunk/; revision=21299

ChangeLog
gtk-zip.sh.in

index 287d15211d0371589c03bfdc2137e273fa18bdd7..c01ddbbb503440f9c41b83716b6bb6d9451a4c7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-05  Tor Lillqvist  <tml@novell.com>
+
+       * gtk-zip.sh.in: Fetch manpages from share/man where they get
+       installed. Don't include pointless entries for directories in the
+       zip files.
+
 2008-09-04  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version
index a05c5904d0dd6afd60d111f9bc675bb6c8f0e3a0..9c629a429a063a020e9e956f46cd5eac59b6b514 100755 (executable)
@@ -32,29 +32,24 @@ zip $ZIP share/themes/Default/gtk-2.0-key/gtkrc
 zip $ZIP share/themes/Emacs/gtk-2.0-key/gtkrc
 zip $ZIP share/themes/MS-Windows/gtk-2.0/gtkrc
 
-if [ -f share/locale/de/LC_MESSAGES/gtk20.mo ]; then
-  zip -r $ZIP share/locale/*/LC_MESSAGES/gtk20.mo
-  zip -r $ZIP share/locale/*/LC_MESSAGES/gtk20-properties.mo
-else
-  zip -r $ZIP lib/locale/*/LC_MESSAGES/gtk20.mo
-  zip -r $ZIP lib/locale/*/LC_MESSAGES/gtk20-properties.mo
-fi
+zip $ZIP share/locale/*/LC_MESSAGES/gtk20.mo
+zip $ZIP share/locale/*/LC_MESSAGES/gtk20-properties.mo
 
-zip -r $ZIP share/doc/gtk+-@GTK_VERSION@
+zip -r -D $ZIP share/doc/gtk+-@GTK_VERSION@
 
 rm $DEVZIP
-zip -r $DEVZIP -@ <<EOF
+zip -r -D $DEVZIP -@ <<EOF
 include/gtk-2.0
 include/gail-1.0
 bin/gdk-pixbuf-csource.exe
 bin/gtk-builder-convert
 bin/gtk-demo.exe
 bin/gtk-update-icon-cache.exe
-man/man1/gdk-builder-convert.1
-man/man1/gdk-pixbuf-csource.1
-man/man1/gdk-update-icon-cache.1
-man/man1/gtk-pixbuf-query-loaders.1
-man/man1/gtk-query-immodules-2.0.1
+share/man/man1/gdk-builder-convert.1
+share/man/man1/gdk-pixbuf-csource.1
+share/man/man1/gdk-update-icon-cache.1
+share/man/man1/gtk-pixbuf-query-loaders.1
+share/man/man1/gtk-query-immodules-2.0.1
 lib/libgdk_pixbuf-@GTK_API_VERSION@.dll.a
 lib/gdk_pixbuf-@GTK_API_VERSION@.lib
 lib/libgdk-win32-@GTK_API_VERSION@.dll.a