gtkhtml r9078 - branches/gnome-2-24
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkhtml r9078 - branches/gnome-2-24
- Date: Mon, 5 Jan 2009 11:12:59 +0000 (UTC)
Author: tml
Date: Mon Jan 5 11:12:58 2009
New Revision: 9078
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=9078&view=rev
Log:
2009-01-05 Tor Lillqvist <tml novell com>
* gtkhtml-zip: Message catalogs are always in share/locale
nowadays. Include all .pc files installed in lib/pkgconfig.
Modified:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/gtkhtml-zip.in
Modified: branches/gnome-2-24/gtkhtml-zip.in
==============================================================================
--- branches/gnome-2-24/gtkhtml-zip.in (original)
+++ branches/gnome-2-24/gtkhtml-zip.in Mon Jan 5 11:12:58 2009
@@ -18,15 +18,11 @@
share/gtkhtml- GTKHTML_API_VERSION@
EOF
-if [ -f share/locale/de/LC_MESSAGES/gtkhtml- GTKHTML_API_VERSION@.mo ]; then
- zip $ZIP share/locale/*/LC_MESSAGES/gtkhtml- GTKHTML_API_VERSION@.mo
-else
- zip $ZIP lib/locale/*/LC_MESSAGES/gtkhtml- GTKHTML_API_VERSION@.mo
-fi
+zip $ZIP share/locale/*/LC_MESSAGES/gtkhtml- GTKHTML_API_VERSION@.mo
rm $DEVZIP
zip -r $DEVZIP -@ <<EOF
lib/libgtkhtml- GTKHTML_API_VERSION@.dll.a
-lib/pkgconfig/libgtkhtml- GTKHTML_API_VERSION@.pc
+lib/pkgconfig
include/libgtkhtml- GTKHTML_API_VERSION@
EOF
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]