aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-02-22 06:13:48 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-02-22 06:13:48 +0000
commit9b40f4ec080e448906e3a8c33345de5d0017b1bb (patch)
tree20fa5c61ad01a83b0732845b78bae1dc5cd6232e
parent9ec904ab35ebef36095a70adf304030eb4004dc3 (diff)
downloadioquake3-aero-9b40f4ec080e448906e3a8c33345de5d0017b1bb.tar.gz
ioquake3-aero-9b40f4ec080e448906e3a8c33345de5d0017b1bb.zip
I guess the image is getting converted on the fly for the installer, lets at least add a border so it doesn't clash so bad
git-svn-id: svn://svn.icculus.org/quake3/trunk@581 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--Makefile2
-rw-r--r--TODO2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 919aac0..5b9d9ec 100644
--- a/Makefile
+++ b/Makefile
@@ -1712,7 +1712,7 @@ installer: build_release
dist:
rm -rf quake3-$(SVN_VERSION)
svn export . quake3-$(SVN_VERSION)
- which convert >/dev/null 2>&1 && convert web/images/quake3_logo_web.png \
+ 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 --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION)
diff --git a/TODO b/TODO
index 3e3b960..dddc5df 100644
--- a/TODO
+++ b/TODO
@@ -11,7 +11,7 @@ For 1.34:
See above.
Please remove each one as it is done:
Win32
-Linux32 (we can get by with a source-only on this)
+Linux (we can get by with a source-only on this)
MacOS X
For 1.35+: