gtk+ r21299 - trunk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21299 - trunk
- Date: Fri, 5 Sep 2008 08:49:49 +0000 (UTC)
Author: tml
Date: Fri Sep 5 08:49:49 2008
New Revision: 21299
URL: http://svn.gnome.org/viewvc/gtk+?rev=21299&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/gtk-zip.sh.in
Modified: trunk/gtk-zip.sh.in
==============================================================================
--- trunk/gtk-zip.sh.in (original)
+++ trunk/gtk-zip.sh.in Fri Sep 5 08:49:49 2008
@@ -32,29 +32,24 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]