mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
convert the logo to xpm during "make dist"
This commit is contained in:
parent
f5228d8745
commit
71d1b70767
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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)
|
||||
|
|
Loading…
Reference in a new issue