From fbde782a2ae71ffb712563c91a3d1d225f7b94db Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 10 Nov 2009 14:19:59 +0200 Subject: [PATCH] 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 file changed, 4 insertions(+), 5 deletions(-) diff --git a/glib-zip.in b/glib-zip.in index 17dec82ac..859a06a6d 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 -@ <