r578 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Feb 21 17:12:55 EST 2006
Author: ludwig
Date: 2006-02-21 17:12:55 -0500 (Tue, 21 Feb 2006)
New Revision: 578
Modified:
trunk/Makefile
Log:
use new logo file name
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2006-02-21 21:29:26 UTC (rev 577)
+++ trunk/Makefile 2006-02-21 22:12:55 UTC (rev 578)
@@ -1712,8 +1712,8 @@
dist:
rm -rf quake3-$(SVN_VERSION)
svn export . quake3-$(SVN_VERSION)
- which convert >/dev/null 2>&1 && convert web/images/thenameofthisprojectis3.jpg \
- quake3-$(SVN_VERSION)/code/unix/setup/splash.xpm || true
+ which convert >/dev/null 2>&1 && convert 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)
rm -rf quake3-$(SVN_VERSION)
More information about the quake3-commits
mailing list