From f2c58b27d86e09ffcc0e224c101181d505869bb6 Mon Sep 17 00:00:00 2001 From: ludwig Date: Tue, 21 Feb 2006 22:12:55 +0000 Subject: use new logo file name git-svn-id: svn://svn.icculus.org/quake3/trunk@578 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 4 ++-- 1 file 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) -- cgit v1.2.3