Fix bazaar update instructions

This commit is contained in:
Andreas Schwab 2009-12-28 10:38:43 +01:00
parent e7936c0f9f
commit 90412b21b1

View file

@ -14,7 +14,7 @@ Some of the files that are included in the Emacs tarball, such as
byte-compiled Lisp files, are not stored in Bazaar. Therefore, to
build from Bazaar you must run "make bootstrap" instead of just "make":
$ cvs update -dP
$ bzr pull
$ make bootstrap
Normally, it is not necessary to use "make bootstrap" after every