From: Tor Lillqvist Date: Tue, 10 Nov 2009 12:19:59 +0000 (+0200) Subject: Include all of share/gtk-doc/html to get also the gio docs X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e5b20a3364b831a19b6cf99f67f803da3a6b6e6b;p=dana%2Fcg-glib.git 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. --- diff --git a/glib-zip.in b/glib-zip.in index 17dec82a..859a06a6 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 -@ <