diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-09-22 22:30:32 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-09-22 22:30:32 +0000 |
commit | cd8f626345fdf182a927e36eb1af613590a9bdce (patch) | |
tree | 72e3a89f55fa2a6842bfabcba4c5b8cbff96d1cf /pango-zip.sh.in | |
parent | c418148dcb0964ac602c7f6104d24e51df07d813 (diff) | |
download | pango-cd8f626345fdf182a927e36eb1af613590a9bdce.tar.gz |
Minor spacing fixes, comment the Unicode ranges covered.
2002-09-23 Tor Lillqvist <tml@iki.fi>
* modules/basic/basic-win32.c: Minor spacing fixes, comment the
Unicode ranges covered.
* modules/basic/makefile.mingw.in: Remove. Not maintained.
* modules/basic/Makefile.am: Remove from here, too.
* pango/makefile.msc
* pango/module-defs-win32.c.win32: Change according to change
below so that build also with the manually written makefile for
MSVC, which always uses included modules, still works.
* pango-zip.sh.in: Distribute specifically pango.aliases and
pango.modules, not the whole etc/pango which might contain editor
backup files.
Mon Sep 16 12:03:54 2002 Arnaud Charlet <charlet@gnat.com>
* modules/basic/basic-win32.c: Check for correct macro, use
correct module entry name, so that --with-included-modules works
with autoconfiscated build for Windows. (#93372)
Diffstat (limited to 'pango-zip.sh.in')
-rwxr-xr-x | pango-zip.sh.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pango-zip.sh.in b/pango-zip.sh.in index 3a6883ae..6f466468 100755 --- a/pango-zip.sh.in +++ b/pango-zip.sh.in @@ -7,9 +7,10 @@ DEVZIP=/tmp/pango-dev-@PANGO_VERSION@-`date +%Y%m%d`.zip cd @prefix@ rm $ZIP -zip -r $ZIP -@ <<EOF +zip $ZIP -@ <<EOF bin/pango-querymodules.exe -etc/pango +etc/pango/pango.aliases +etc/pango/pango.modules lib/libpango-@PANGO_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll lib/libpangoft2-@PANGO_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll lib/libpangowin32-@PANGO_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll |