mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-01-31 13:01:02 +00:00
- add zip and bz2 support to the build
- updated news
This commit is contained in:
parent
fa14de2a59
commit
50686d27ba
3 changed files with 4 additions and 10 deletions
5
NEWS
5
NEWS
|
@ -1,11 +1,12 @@
|
|||
NEWS for quake2
|
||||
===============
|
||||
|
||||
0.x (//04)
|
||||
0.3 (16/03/04)
|
||||
---
|
||||
|
||||
* Pluggable sound driver architecture, sound output drivers configurable
|
||||
at runtime.
|
||||
at runtime: oss, alsa, ao, sdl, solaris.
|
||||
* Fixed joystick when using softx video refresher.
|
||||
|
||||
0.2.2 (25/02/04)
|
||||
-----
|
||||
|
|
|
@ -10,7 +10,7 @@ AM_CONFIG_HEADER(config.h)
|
|||
dnl get the build and target hosts
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-zip])
|
||||
|
||||
dnl configure --enable-maintainer-mode gets some extra targets
|
||||
AM_MAINTAINER_MODE
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
# quake 2 tarball release script
|
||||
# $Id$
|
||||
|
||||
# you need to have already tagged the tree with version_x_y
|
||||
|
||||
|
@ -44,12 +43,6 @@ cp quake2-$VERSION.tar.gz ../../release
|
|||
|
||||
cd ../../release
|
||||
|
||||
tar zxf quake2-$VERSION.tar.gz
|
||||
|
||||
tar jcf quake2-$VERSION.tar.bz2 quake2-$VERSION/
|
||||
|
||||
zip -qr quake2-$VERSION.zip quake2-$VERSION/
|
||||
|
||||
md5sum quake2-$VERSION.* | grep -v 'release' | tee quake2-$VERSION.release
|
||||
|
||||
scp quake2-$VERSION.* zuul:/home/anonftp/quake2forge
|
||||
|
|
Loading…
Reference in a new issue