diff --git a/gnome/core/gnome-doc-utils.xml b/gnome/core/gnome-doc-utils.xml
index bdee2498e8..932443a389 100644
--- a/gnome/core/gnome-doc-utils.xml
+++ b/gnome/core/gnome-doc-utils.xml
@@ -86,8 +86,7 @@
Install GNOME Doc Utils
by running the following commands:
-./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
- --localstatedir=/var/lib &&
+./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
make
To test the results, issue: make check.
@@ -98,16 +97,6 @@ make
-
- Command Explanations
-
- --localstatedir=/var/lib: This switch puts
- ScrollKeeper files in
- /var/lib/scrollkeeper instead of
- $GNOME_PREFIX/var/scrollkeeper.
-
-
-
Contents