mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
* Don't include the website in the dist tarball
This commit is contained in:
parent
2cc87dfc9d
commit
49b23cd935
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -6,6 +6,7 @@ release debug clean distclean:
|
|||
dist:
|
||||
rm -rf quake3-$(VERSION)
|
||||
svn export . quake3-$(VERSION)
|
||||
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