Updated version number. Corrected some typos.
This commit is contained in:
parent
34ae7c4634
commit
154b23cd39
1 changed files with 10 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
||||||
LLGEN V1.0
|
LLGEN V1.0.1
|
||||||
==========
|
============
|
||||||
|
|
||||||
Copyright © 1991-2005 by the Vrije Universiteit, Amsterdam, the Netherlands.
|
Copyright © 1991-2005 by the Vrije Universiteit, Amsterdam, the Netherlands.
|
||||||
2006-02-03
|
2006-07-21
|
||||||
|
|
||||||
INTRODUCTION
|
INTRODUCTION
|
||||||
============
|
============
|
||||||
|
@ -35,11 +35,12 @@ variable:
|
||||||
|
|
||||||
./pm -DPREFIX="/home/dg/" install
|
./pm -DPREFIX="/home/dg/" install
|
||||||
|
|
||||||
(If you do change the prefix, you must supply it whenever you invoke pm. And
|
(If you do change the prefix, you must supply it whenever you invoke pm,
|
||||||
there must be a trailing / in the path you give it.)
|
whether you're installing or just building. And there must be a trailing / in
|
||||||
|
the path you give it.)
|
||||||
|
|
||||||
Invoking ./pm by itself will compile it but not install it; look in the bin
|
Invoking ./pm by itself will compile it but not install it; look in the bin
|
||||||
directory for an image of
|
directory for an image of the installation directory.
|
||||||
|
|
||||||
USING LLGEN
|
USING LLGEN
|
||||||
===========
|
===========
|
||||||
|
@ -79,6 +80,6 @@ Do './pm --license' for details.
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
David Given
|
David Given
|
||||||
dg@cowlark.com
|
dg@cowlark.com
|
||||||
2006-02-04
|
2006-07-21
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
Loading…
Reference in a new issue