* web directory no longer present, so don't try to remove it

* Cosmetic patch from zinx
This commit is contained in:
Tim Angus 2006-03-24 21:48:44 +00:00
parent d9cb8cb083
commit 066f79f744
1 changed files with 1 additions and 2 deletions

View File

@ -1690,7 +1690,7 @@ copyfiles: build_release
$(INSTALL) -s -m 0755 $(BR)/missionpack/ui$(ARCH).$(SHLIBEXT) \
$(COPYDIR)/missionpack/.
clean:clean-debug clean-release
clean: clean-debug clean-release
$(MAKE) -C $(LOKISETUPDIR) clean
clean2:
@ -1719,7 +1719,6 @@ installer: build_release
dist:
rm -rf quake3-$(SVN_VERSION)
svn export . quake3-$(SVN_VERSION)
rm -rf quake3-$(SVN_VERSION)/web
tar --owner=root --group=root --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION)
rm -rf quake3-$(SVN_VERSION)