summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-08-19 14:10:50 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-08-19 14:10:50 +0000
commit52bce70f8b3adff0fe083ef6432965c90c747197 (patch)
treecbf36c0adc011475a3cfb9654cd1d248924158a8
parente22af8b264c5fbae16af92137358e1235d9947a5 (diff)
downloadatk-52bce70f8b3adff0fe083ef6432965c90c747197.tar.gz
Drop the timestamp from the zip file names. Include the .def file.
2005-08-19 Tor Lillqvist <tml@novell.com> * atk-zip.sh.in: Drop the timestamp from the zip file names. Include the .def file.
-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