updated Makefile.common
authoradam <adam@megacz.com>
Thu, 23 Sep 2004 04:42:05 +0000 (04:42 +0000)
committeradam <adam@megacz.com>
Thu, 23 Sep 2004 04:42:05 +0000 (04:42 +0000)
darcs-hash:20040923044205-5007d-12b6e97ea75e0c21896af7c49b0891f2959c4960.gz

Makefile.common

index 17c5f2c..c777d9d 100644 (file)
@@ -63,6 +63,10 @@ propose-patch:
 commit: propose-patch
        darcs push xwt@xwt.org:/var/www/org/ibex/core/
 
 commit: propose-patch
        darcs push xwt@xwt.org:/var/www/org/ibex/core/
 
+pull:;     darcs pull            cd repo; for A in *.ibex.org; do cd $$A; darcs pull http://$$A/; cd ..; done
+whatsnew:; darcs whatsnew; true; cd repo; for A in *.ibex.org; do echo; echo $$A; cd $$A; darcs whatsnew; cd ..; done
+record:;   darcs record;         cd repo; for A in *.ibex.org; do echo; echo $$A; cd $$A; darcs record; cd ..; done
+
 
 ### documentation ##########################################################
 
 
 ### documentation ##########################################################