comparison Makefile.am @ 116:e811db89bfbe

Changed the CVS root to point to libsdl.org
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Jul 2001 18:40:28 +0000
parents 028447a8a758
children d49e9d023119
comparison
equal deleted inserted replaced
115:7be1046c4a68 116:e811db89bfbe
74 if test -f test/Makefile; then (cd test; make distclean); fi 74 if test -f test/Makefile; then (cd test; make distclean); fi
75 cp -rp test $(distdir) 75 cp -rp test $(distdir)
76 rm -rf `find $(distdir) -type d -name CVS -print` 76 rm -rf `find $(distdir) -type d -name CVS -print`
77 77
78 # Create a CVS snapshot that people can run update -d on 78 # Create a CVS snapshot that people can run update -d on
79 CVSROOT = :pserver:guest@cvs.lokigames.com:/cvs 79 CVSROOT = :pserver:guest@libsdl.org:/home/slouken/libsdl.org/cvs
80 snapshot: 80 snapshot:
81 cvs -d $(CVSROOT) login 81 cvs -d $(CVSROOT) login
82 cvs -d $(CVSROOT) checkout SDL12 82 cvs -d $(CVSROOT) checkout SDL12
83 (cd SDL12 && ./autogen.sh) 83 (cd SDL12 && ./autogen.sh)
84 mv SDL12 SDL-1.2 84 mv SDL12 SDL-1.2