diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-24 07:29:52 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-24 07:29:52 +0000 |
commit | 5fe95807b7152fc6cd5172f0f186b1cb2b8d6954 (patch) | |
tree | 4f242b893341aca5ab178c487b3e703a8807c7af /Makefile | |
parent | f499058467a91b1db84891b2afeb540dc7d85ae1 (diff) | |
download | ioquake3-aero-5fe95807b7152fc6cd5172f0f186b1cb2b8d6954.tar.gz ioquake3-aero-5fe95807b7152fc6cd5172f0f186b1cb2b8d6954.zip |
webspace is separate now, so generate one splash image.
git-svn-id: svn://svn.icculus.org/quake3/trunk@661 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1719,8 +1719,6 @@ installer: build_release dist: rm -rf quake3-$(SVN_VERSION) svn export . quake3-$(SVN_VERSION) - which convert >/dev/null 2>&1 && convert -border 2 -bordercolor black web/images/quake3_logo_web.png \ - quake3-$(SVN_VERSION)/code/unix/setup/splash.xpm || true rm -rf quake3-$(SVN_VERSION)/web tar --owner=root --group=root --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION) rm -rf quake3-$(SVN_VERSION) |