summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xatk-zip.sh.in5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f75d5e9..fe8c00d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-08-19 Tor Lillqvist <tml@novell.com>
+ * atk-zip.sh.in: Drop the timestamp from the zip file
+ names. Include the .def file.
+
* atk/Makefile.am (install-def-file): Fix typo.
2005-08-04 Tor Lillqvist <tml@novell.com>
diff --git a/atk-zip.sh.in b/atk-zip.sh.in
index 21242c0..9bef6c8 100755
--- a/atk-zip.sh.in
+++ b/atk-zip.sh.in
@@ -2,8 +2,8 @@
# Build zipfiles for ATK on Win32
-ZIP=/tmp/atk-@ATK_VERSION@-`date +%Y%m%d`.zip
-DEVZIP=/tmp/atk-dev-@ATK_VERSION@-`date +%Y%m%d`.zip
+ZIP=/tmp/atk-@ATK_VERSION@.zip
+DEVZIP=/tmp/atk-dev-@ATK_VERSION@.zip
cd @prefix@
rm $ZIP
@@ -22,5 +22,6 @@ zip -r $DEVZIP -@ <<EOF
include/atk-1.0
lib/libatk-@ATK_API_VERSION@.dll.a
lib/atk-@ATK_API_VERSION@.lib
+lib/atk-@ATK_API_VERSION@.def
lib/pkgconfig/atk.pc
EOF