aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-02-21 22:12:55 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-02-21 22:12:55 +0000
commitf2c58b27d86e09ffcc0e224c101181d505869bb6 (patch)
tree3e8211516df703948e31e31fa12e5d29d0d8219a /Makefile
parent948955bf434bb18ef716031a2d2e128377cf5093 (diff)
downloadioquake3-aero-f2c58b27d86e09ffcc0e224c101181d505869bb6.tar.gz
ioquake3-aero-f2c58b27d86e09ffcc0e224c101181d505869bb6.zip
use new logo file name
git-svn-id: svn://svn.icculus.org/quake3/trunk@578 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eebaa12..919aac0 100644
--- a/Makefile
+++ b/Makefile
@@ -1712,8 +1712,8 @@ installer: build_release
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)