-REPO = http://www.physics.drexel.edu/~wking/code/hg/hooke/
+REPO = git://tremily.us/hooke.git
PACKAGE = hooke
.PHONY : all checkout clean
rm -rf $(PACKAGE) README.rst html
$(PACKAGE) :
- hg clone $(REPO) $@
+ git clone $(REPO) $@
checkout : $(PACKAGE)
- (cd $(PACKAGE) && hg pull && hg update wtk)
+ (cd $(PACKAGE) && git checkout wtk && git pull)
README.rst : checkout
cp $(PACKAGE:%=%/README) $@
$(PACKAGE:%=%/hooke/version.py) : checkout
- (cd $(PACKAGE) && ./update_copyright.py)
+ (cd $(PACKAGE) && update-copyright.py)
.PHONY : $(PACKAGE:%=%/doc/build/html)
$(PACKAGE:%=%/doc/build/html) : $(PACKAGE:%=%/hooke/version.py)