summaryrefslogtreecommitdiffstats
path: root/doc/README
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README b/doc/README
index e0c1b9a381..8cd557e9ce 100644
--- a/doc/README
+++ b/doc/README
@@ -26,8 +26,8 @@ by hand. bootstrap does not have to be run after modifying this file.
Making the Documentation
========================
-cvs co rtems-doc
-./bootstrap
+cd rtems-XXX/doc
+../bootstrap
./configure --enable-maintainer-mode
cd tools ; make
cd ..