aboutsummaryrefslogtreecommitdiff
path: root/updategit.bat
diff options
context:
space:
mode:
Diffstat (limited to 'updategit.bat')
-rw-r--r--updategit.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/updategit.bat b/updategit.bat
index 987cedac5..dbf869cd6 100644
--- a/updategit.bat
+++ b/updategit.bat
@@ -14,6 +14,7 @@ git clone git://anongit.freedesktop.org/xorg/lib/libXau
git clone git://anongit.freedesktop.org/xorg/app/xkbcomp
git clone git://anongit.freedesktop.org/pixman
git clone git://anongit.freedesktop.org/xorg/proto/xextproto
+git clone git://anongit.freedesktop.org/xorg/proto/randrproto
:noclone
pushd .
@@ -70,5 +71,9 @@ echo Updating exextproto |& tee /a d:\updategit.log
pushd xextproto |& tee /a d:\updategit.log
git pull |& tee /a d:\updategit.log
popd
+echo Updating randrproto |& tee /a d:\updategit.log
+pushd randrproto |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
popd
setlocal off