summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-03-07 22:40:58 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-03-07 22:40:58 +0000
commitafb824af4fd353e30c2de47ebf5ecc0d1a0ff08a (patch)
treeb4b66abef811a5ed4ccfdd321d039bf1a7461d04
parent1529c059e225cf8643ed1252916b929e6e6baef4 (diff)
downloadpango-afb824af4fd353e30c2de47ebf5ecc0d1a0ff08a.tar.gz
Use PANGO_MODULE_VERSION in modules path.
2002-03-08 Tor Lillqvist <tml@iki.fi> * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path.
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.pre-1-02
-rw-r--r--ChangeLog.pre-1-102
-rw-r--r--ChangeLog.pre-1-22
-rw-r--r--ChangeLog.pre-1-42
-rw-r--r--ChangeLog.pre-1-62
-rw-r--r--ChangeLog.pre-1-82
-rwxr-xr-xpango-zip.sh.in2
8 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5024e1fd..60bb8206 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
+ * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path.
+
* pango/pangoft2.def: Add the pango_ot_* symbols from the static
libpango-ot library.
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 5024e1fd..60bb8206 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,5 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
+ * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path.
+
* pango/pangoft2.def: Add the pango_ot_* symbols from the static
libpango-ot library.
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 5024e1fd..60bb8206 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,5 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
+ * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path.
+
* pango/pangoft2.def: Add the pango_ot_* symbols from the static
libpango-ot library.
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 5024e1fd..60bb8206 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,5 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
+ * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path.
+
* pango/pangoft2.def: Add the pango_ot_* symbols from the static
libpango-ot library.
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 5024e1fd..60bb8206 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,5 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
+ * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path.
+
* pango/pangoft2.def: Add the pango_ot_* symbols from the static
libpango-ot library.
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 5024e1fd..60bb8206 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,5 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
+ * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path.
+
* pango/pangoft2.def: Add the pango_ot_* symbols from the static
libpango-ot library.
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 5024e1fd..60bb8206 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,5 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
+ * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path.
+
* pango/pangoft2.def: Add the pango_ot_* symbols from the static
libpango-ot library.
diff --git a/pango-zip.sh.in b/pango-zip.sh.in
index 9200fd7a..2b2ecde3 100755
--- a/pango-zip.sh.in
+++ b/pango-zip.sh.in
@@ -15,7 +15,7 @@ lib/libpangoft2-@PANGO_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll
lib/libpangowin32-@PANGO_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll
EOF
-zip $ZIP lib/pango/modules/*.dll
+zip $ZIP lib/pango/@PANGO_MODULE_VERSION@/modules/*.dll
rm $DEVZIP
zip -r $DEVZIP -@ <<EOF