From 3f8aa5300e178e8975b0edc896a5a9d303e7bdf3 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 23 Sep 2004 04:42:05 +0000 Subject: [PATCH] updated Makefile.common darcs-hash:20040923044205-5007d-12b6e97ea75e0c21896af7c49b0891f2959c4960.gz --- Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.common b/Makefile.common index 17c5f2c..c777d9d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -63,6 +63,10 @@ propose-patch: 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 ########################################################## -- 1.7.10.4