From 1dfd47f5fb10e1c934f8a206353e5a4ed00fe585 Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" Date: Tue, 13 Apr 1999 21:27:49 +0000 Subject: [PATCH] add gnome tree git-svn-id: svn://10.0.0.236/trunk@27370 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/lxr/lxr.conf | 3 ++- mozilla/webtools/lxr/update-lxr.sh | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/lxr/lxr.conf b/mozilla/webtools/lxr/lxr.conf index 571727cd2be..9652c7506df 100644 --- a/mozilla/webtools/lxr/lxr.conf +++ b/mozilla/webtools/lxr/lxr.conf @@ -35,8 +35,9 @@ sourceroot: classic /export2/lxr-data/classic/mozilla sourceroot: ef /export2/lxr-data/ef/mozilla sourceroot: mozilla /export2/lxr-data/mozilla/mozilla sourceroot: nspr /export2/lxr-data/nspr/mozilla -sourceroot: seamonkey /export2/lxr-data//seamonkey/mozilla +sourceroot: seamonkey /export2/lxr-data/seamonkey/mozilla sourceroot: grendel /export2/lxr-data/grendel/mozilla +sourceroot: gnome /export2/lxr-data/gnome/gnome # name of the source. srcrootname: mozilla diff --git a/mozilla/webtools/lxr/update-lxr.sh b/mozilla/webtools/lxr/update-lxr.sh index 7109760c8eb..949ae6a6e1e 100755 --- a/mozilla/webtools/lxr/update-lxr.sh +++ b/mozilla/webtools/lxr/update-lxr.sh @@ -82,6 +82,14 @@ case "$1" in 'seamonkey') time cvs -Q -d $CVSROOT checkout -P SeaMonkeyAll ;; +'gnome') + CVSROOT=/cvs/gnome + export CVSROOT + cd $src_dir + time cvs -Q -d $CVSROOT checkout -P glib + time cvs -Q -d $CVSROOT checkout -P gtk+ + cd .. + ;; esac