equal
deleted
inserted
replaced
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 |