diff options
author | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-07-26 05:31:57 +0000 |
---|---|---|
committer | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-07-26 05:31:57 +0000 |
commit | 67b7dd9ea9aad459d77785766da3a8e3607ce2ab (patch) | |
tree | 57a3b31eed77a90237ed58b78e655f703d0f12b4 /examples/scripts | |
parent | 3c3db1289a7f2578c1505c5385d3052649d8f42f (diff) | |
download | guile-67b7dd9ea9aad459d77785766da3a8e3607ce2ab.tar.gz |
Minor typo fix in NEWS.
Examples are now built and tested on `make installcheck'.
Diffstat (limited to 'examples/scripts')
-rw-r--r-- | examples/scripts/Makefile.am | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/examples/scripts/Makefile.am b/examples/scripts/Makefile.am index ff6173086..3a82dad77 100644 --- a/examples/scripts/Makefile.am +++ b/examples/scripts/Makefile.am @@ -3,20 +3,23 @@ ## Copyright (C) 2001 Free Software Foundation, Inc. ## ## This file is part of GUILE. -## +## ## GUILE is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2, or ## (at your option) any later version. -## +## ## GUILE is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. -## +## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write ## to the Free Software Foundation, Inc., 59 Temple Place, Suite ## 330, Boston, MA 02111-1307 USA -EXTRA_DIST = README simple-hello.scm hello fact +EXTRA_DIST = README simple-hello.scm hello fact check.test + +installcheck: + srcdir=$(srcdir) GUILE_LOAD_PATH=$(top_srcdir) $(srcdir)/check.test |