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