Mercurial > sdl-ios-xcode
changeset 3:3b97b708523c
Use correct repository when generating CVS snapshots
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 26 Apr 2001 16:52:42 +0000 |
parents | 836aaee3f39e |
children | 4f6c5f021323 |
files | Makefile.am |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.am Thu Apr 26 16:52:25 2001 +0000 +++ b/Makefile.am Thu Apr 26 16:52:42 2001 +0000 @@ -78,8 +78,8 @@ CVSROOT = :pserver:guest@cvs.lokigames.com:/cvs snapshot: cvs -d $(CVSROOT) login - cvs -d $(CVSROOT) checkout -r devel_1_1_0 SDL - (cd SDL && ./autogen.sh) - mv SDL SDL-1.2 + cvs -d $(CVSROOT) checkout SDL12 + (cd SDL12 && ./autogen.sh) + mv SDL12 SDL-1.2 tar zcvf $(HOME)/SDL-1.2.tar.gz SDL-1.2 rm -rf SDL-1.2