r392 - trunk
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Wed Nov 30 16:34:53 EST 2005
    
    
  
Author: ludwig
Date: 2005-11-30 16:34:52 -0500 (Wed, 30 Nov 2005)
New Revision: 392
Modified:
   trunk/Makefile
Log:
convert the logo to xpm during "make dist"
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-11-30 21:21:46 UTC (rev 391)
+++ trunk/Makefile	2005-11-30 21:34:52 UTC (rev 392)
@@ -6,6 +6,7 @@
 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)
    
    
More information about the quake3-commits
mailing list