aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-24 07:29:52 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-24 07:29:52 +0000
commit5fe95807b7152fc6cd5172f0f186b1cb2b8d6954 (patch)
tree4f242b893341aca5ab178c487b3e703a8807c7af /Makefile
parentf499058467a91b1db84891b2afeb540dc7d85ae1 (diff)
downloadioquake3-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--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0a823a0..0ec50ef 100644
--- a/Makefile
+++ b/Makefile
@@ -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)