# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1230565857 0
# Node ID ac49105b1b23cf279368f3c669d3457f50a2d033
# Parent  b7c865818f0a80bb20abfdc3806ba06537dec012
INSTALL, README.

diff -r b7c865818f0a -r ac49105b1b23 INSTALL
--- a/INSTALL	Mon Dec 29 15:39:35 2008 +0000
+++ b/INSTALL	Mon Dec 29 15:50:57 2008 +0000
@@ -4,29 +4,29 @@
 
 $Id$
 
+vim: set spelllang=en spell tw=78
+
 -------------------------------------------------------------------------------
 
 Building and installing
 =======================
 
-The build and installation procedure is described in section 2.1 in the
-documentation available from http://etherlab.org/en/ethercat.
+The complete build and installation procedure is described in the respective
+section of the documentation available from http://etherlab.org/en/ethercat.
 
 -------------------------------------------------------------------------------
 
 For the impatient: The procedure mainly consists of calling
 
 $ ./configure
-$ make
-$ make modules
+$ make all modules
 
-(and as root)
+... and as root:
 
-# make install
-# make modules_install
+# make modules_install install
 # depmod
 
-...and linking the init script and copying the sysconfig file from $PREFIX/etc
+... and linking the init script and copying the sysconfig file from $PREFIX/etc
 to the appropriate locations and customizing the sysconfig file.
 
 # ln -s ${PREFIX}/etc/init.d/ethercat /etc/init.d/ethercat
diff -r b7c865818f0a -r ac49105b1b23 README
--- a/README	Mon Dec 29 15:39:35 2008 +0000
+++ b/README	Mon Dec 29 15:50:57 2008 +0000
@@ -73,7 +73,7 @@
 5) License
 ==========
 
-Copyright (C) 2006  Florian Pose, Ingenieurgemeinschaft IgH
+Copyright (C) 2006-2008  Florian Pose, Ingenieurgemeinschaft IgH
 
 This file is part of the IgH EtherCAT Master.
 
diff -r b7c865818f0a -r ac49105b1b23 README.EoE
--- a/README.EoE	Mon Dec 29 15:39:35 2008 +0000
+++ b/README.EoE	Mon Dec 29 15:50:57 2008 +0000
@@ -2,6 +2,10 @@
 
 $Id$
 
+vim: spelllang=en spell tw=78
+
+-------------------------------------------------------------------------------
+
 This file shall give additional information on how to set up a network
 environment with Ethernet over EtherCAT devices.