[genius] Eeek forgot to add to Makefile



commit fe5cc1ee352e52071eb817aa469b1aabb5191fc0
Author: Jiri (George) Lebl <jiri lebl gmail com>
Date:   Fri Sep 12 11:22:17 2014 -0500

    Eeek forgot to add to Makefile

 INSTALL              |    4 ++--
 examples/Makefile.am |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 007e939..2099840 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,8 +12,8 @@ without warranty of any kind.
 Basic Installation
 ==================
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure && make && make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 2cc5878..21cdcc4 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -19,7 +19,8 @@ example_DATA = \
        fourier-series-animation.gel \
        fourier-series-half-sawtooth.gel \
        rsa.gel \
-       easy-matrix-examples.gel
+       easy-matrix-examples.gel \
+       peano.gel
 
 EXTRA_DIST = \
        $(example_DATA)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]