Drop the timestamp from the zip file names. Include the .def file.
authorTor Lillqvist <tml@novell.com>
Fri, 19 Aug 2005 14:10:50 +0000 (14:10 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 19 Aug 2005 14:10:50 +0000 (14:10 +0000)
2005-08-19  Tor Lillqvist  <tml@novell.com>

* atk-zip.sh.in: Drop the timestamp from the zip file
names. Include the .def file.

ChangeLog
atk-zip.sh.in

index f75d5e9..fe8c00d 100644 (file)
--- 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>
index 21242c0..9bef6c8 100755 (executable)
@@ -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