mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
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.
This commit is contained in:
parent
6e86c9a6aa
commit
e5b20a3364
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user