checkout : $(PACKAGE)
git --git-dir $(<:%=%/.git) --work-tree ../ pull
+ git --git-dir $(<:%=%/.git) --work-tree ../ reset --hard HEAD
_Xmodmap : checkout
cp $(PACKAGE:%=%/$@) $@
checkout : $(PACKAGE)
git --git-dir $(<:%=%/.git) --work-tree ../ pull
+ git --git-dir $(<:%=%/.git) --work-tree ../ reset --hard HEAD
%.pdf : checkout
$(MAKE) -C $(PACKAGE:%=%/test) $@
checkout : $(PACKAGE)
git --git-dir $(<:%=%/.git) --work-tree ../ pull
+ git --git-dir $(<:%=%/.git) --work-tree ../ reset --hard HEAD
README.rst : checkout
cp $(PACKAGE:%=%/README) $@