Mercurial > sdl-ios-xcode
comparison Makefile.am @ 365:263374148386
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 May 2002 17:49:25 +0000 |
parents | 3791ff65cddd |
children | 8a0a806bfe05 |
comparison
equal
deleted
inserted
replaced
364:4cc7275320a5 | 365:263374148386 |
---|---|
90 if test -f test/Makefile; then (cd test; make distclean); fi | 90 if test -f test/Makefile; then (cd test; make distclean); fi |
91 cp -rp $(srcdir)/test $(distdir) | 91 cp -rp $(srcdir)/test $(distdir) |
92 rm -rf `find $(distdir) -type d -name CVS -print` | 92 rm -rf `find $(distdir) -type d -name CVS -print` |
93 | 93 |
94 # Create a CVS snapshot that people can run update -d on | 94 # Create a CVS snapshot that people can run update -d on |
95 CVSROOT = :pserver:guest@libsdl.org:/home/slouken/libsdl.org/cvs | 95 CVSROOT = :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs |
96 snapshot: | 96 snapshot: |
97 cvs -d $(CVSROOT) login | 97 cvs -d $(CVSROOT) login |
98 cvs -d $(CVSROOT) checkout SDL12 | 98 cvs -d $(CVSROOT) checkout SDL12 |
99 (cd SDL12 && ./autogen.sh) | 99 (cd SDL12 && ./autogen.sh) |
100 mv SDL12 SDL-1.2 | 100 mv SDL12 SDL-1.2 |