]> git.eshelyaron.com Git - emacs.git/commitdiff
Update for admin/grammars/README.
authorChong Yidong <cyd@gnu.org>
Sat, 6 Oct 2012 14:22:31 +0000 (22:22 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 6 Oct 2012 14:22:31 +0000 (22:22 +0800)
admin/grammars/README

index 419797e0dcb9279ecb6fa0c4d25d859929804ca8..e38260952a532bb7ed28eac9604e621069b3c4ef 100644 (file)
@@ -3,8 +3,8 @@ generate the parser data in the lisp/semantic/bovine/ and
 lisp/semantic/wisent/ directories.  You can run the parser generators
 with
 
-emacs -batch -Q -l bovine-grammar.el -f bovine-make-parsers
-emacs -batch -Q -l wisent-grammar.el -f wisent-make-parsers
+emacs -batch -Q -l semantic/bovine/grammar -f bovine-make-parsers
+emacs -batch -Q -l semantic/wisent/grammar -f wisent-make-parsers
 
 Currently, the parser files in lisp/ are not generated directly from
 these grammar files when making Emacs.  This state of affairs, and the