mirror of
https://github.com/yawut/SDL.git
synced 2026-04-20 23:57:24 -05:00
Build both the .tar.gz and .zip archives when creating a CVS snapshot.
This commit is contained in:
parent
3d7fe80708
commit
417d64de20
|
|
@ -153,5 +153,6 @@ snapshot:
|
|||
cvs -d $(CVSROOT) checkout -P SDL12
|
||||
(cd SDL12 && ./autogen.sh && rm -rf autom4te.cache)
|
||||
mv SDL12 SDL-1.2
|
||||
tar zcvf $(HOME)/SDL-1.2.tar.gz SDL-1.2
|
||||
tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2
|
||||
zip -r $(HOME)/SDL-1.2.zip SDL-1.2
|
||||
rm -rf SDL-1.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user