r581 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Wed Feb 22 01:13:48 EST 2006
Author: floam
Date: 2006-02-22 01:13:48 -0500 (Wed, 22 Feb 2006)
New Revision: 581
Modified:
trunk/Makefile
trunk/TODO
Log:
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
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2006-02-21 22:29:29 UTC (rev 580)
+++ trunk/Makefile 2006-02-22 06:13:48 UTC (rev 581)
@@ -1712,7 +1712,7 @@
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)
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2006-02-21 22:29:29 UTC (rev 580)
+++ trunk/TODO 2006-02-22 06:13:48 UTC (rev 581)
@@ -11,7 +11,7 @@
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+:
More information about the quake3-commits
mailing list