summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xglib-zip.in5
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index adfe04981..d4d3008f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-09-19 Tor Lillqvist <tml@novell.com>
+ * glib-zip.in: Look for man pages in share/man.
+
* glib/gutils.c (_glib_get_dll_directory)
* glib/gspawn-win32.c (do_spawn_with_pipes): Be a bit less
restrictive, look for the helper programs in the same folder where
diff --git a/glib-zip.in b/glib-zip.in
index a971c8b5d..17dec82ac 100755
--- a/glib-zip.in
+++ b/glib-zip.in
@@ -69,8 +69,9 @@ share/aclocal/glib-gettext.m4
share/glib-2.0
share/gtk-doc/html/glib
share/gtk-doc/html/gobject
-man/man1/glib-mkenums.1
-man/man1/glib-genmarshal.1
+share/man/man1/glib-mkenums.1
+share/man/man1/glib-genmarshal.1
+share/man/man1/gobject-query.1
EOF
zip -r $DEVZIP share/doc/glib-dev-@GLIB_VERSION@