From 71d1b707678616d13e64ff57fb605c73ba1b023b Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 30 Nov 2005 21:34:52 +0000 Subject: [PATCH] convert the logo to xpm during "make dist" --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ad465f15..9299fbe9 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ release debug clean distclean copyfiles installer: dist: rm -rf quake3-$(VERSION) svn export . quake3-$(VERSION) + which convert >/dev/null 2>&1 && convert web/images/thenameofthisprojectis3.jpg quake3-$(VERSION)/code/unix/setup/splash.xpm || true rm -rf quake3-$(VERSION)/web tar --force-local -cjf quake3-$(VERSION).tar.bz2 quake3-$(VERSION) rm -rf quake3-$(VERSION)