LinkParser

changeset 64:fc506a11f249

Ignore the yard cache, and fix the version mentioned in the README.
author Michael Granger <ged@FaerieMUD.org>
date Thu, 09 Dec 2010 11:48:46 -0800
parents 0e62b77cd5ad
children 250810c6118b
files .hgignore README.md
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/.hgignore	Tue Nov 30 20:57:59 2010 -0800
     1.2 +++ b/.hgignore	Thu Dec 09 11:48:46 2010 -0800
     1.3 @@ -10,3 +10,5 @@
     1.4  ^release\.notes$
     1.5  tmp/
     1.6  ChangeLog
     1.7 +^\.yardoc/
     1.8 +^release\.ann$
     2.1 --- a/README.md	Tue Nov 30 20:57:59 2010 -0800
     2.2 +++ b/README.md	Thu Dec 09 11:48:46 2010 -0800
     2.3 @@ -26,8 +26,8 @@
     2.4  First, you'll need to install the Abiword link-grammar library that comes with
     2.5  this source (or download it yourself if you wish):
     2.6  
     2.7 -    $ tar -xvzf link-grammar-4.6.5.tar.gz
     2.8 -    $ cd link-grammar-4.6.5
     2.9 +    $ tar -xvzf link-grammar-4.7.0.tar.gz
    2.10 +    $ cd link-grammar-4.7.0
    2.11      $ ./configure; make; sudo make install
    2.12      $ cd ..
    2.13