[glib] Include all of share/gtk-doc/html to get also the gio docs
- From: Tor Lillqvist <tml src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib] Include all of share/gtk-doc/html to get also the gio docs
- Date: Tue, 10 Nov 2009 12:28:25 +0000 (UTC)
commit e5b20a3364b831a19b6cf99f67f803da3a6b6e6b
Author: Tor Lillqvist <tml iki fi>
Date: Tue Nov 10 14:19:59 2009 +0200
Include all of share/gtk-doc/html to get also the gio docs
Also add -D switches to not pointlessly include entries for directories
in the zip files.
glib-zip.in | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/glib-zip.in b/glib-zip.in
index 17dec82..859a06a 100755
--- a/glib-zip.in
+++ b/glib-zip.in
@@ -31,12 +31,12 @@ bin/libgobject-2 0- LT_CURRENT_MINUS_AGE@.dll
bin/libgthread-2 0- LT_CURRENT_MINUS_AGE@.dll
EOF
-zip -r $ZIP share/locale/*/LC_MESSAGES/glib20.mo
+zip $ZIP share/locale/*/LC_MESSAGES/glib20.mo
-zip -r $ZIP share/doc/glib- GLIB_VERSION@
+zip -r -D $ZIP share/doc/glib- GLIB_VERSION@
rm $DEVZIP
-zip -r $DEVZIP -@ <<EOF
+zip -r -D $DEVZIP -@ <<EOF
bin/glib-genmarshal.exe
bin/glib-gettextize
bin/glib-mkenums
@@ -67,8 +67,7 @@ lib/pkgconfig/gio-2.0.pc
share/aclocal/glib-2.0.m4
share/aclocal/glib-gettext.m4
share/glib-2.0
-share/gtk-doc/html/glib
-share/gtk-doc/html/gobject
+share/gtk-doc/html
share/man/man1/glib-mkenums.1
share/man/man1/glib-genmarshal.1
share/man/man1/gobject-query.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]