mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
* configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
don't generate guile-snarf.awk. * Makefile.am (EXTRA_DIST): add test-suite.
This commit is contained in:
parent
c99f960518
commit
f501d0d4e0
3 changed files with 15 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
|
||||
|
||||
* configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
|
||||
don't generate guile-snarf.awk.
|
||||
|
||||
* Makefile.am (EXTRA_DIST): add test-suite.
|
||||
|
||||
2001-05-28 Michael Livshin <mlivshin@bigfoot.com>
|
||||
|
||||
* check-guile.in: fix to be runnable when srcdir!=builddir.
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||
## 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
SUBDIRS = ice-9 oop qt libltdl libguile guile-config guile-readline \
|
||||
scripts srfi doc
|
||||
|
||||
|
@ -26,7 +27,10 @@ bin_SCRIPTS = guile-tools
|
|||
|
||||
include_HEADERS = libguile.h
|
||||
|
||||
EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS
|
||||
# automake sometimes forgets to distribute acconfig.h,
|
||||
# apparently depending on the phase of the moon.
|
||||
EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \
|
||||
test-suite $(ACLOCAL) acconfig.h
|
||||
|
||||
TESTS = check-guile
|
||||
|
||||
|
|
|
@ -608,7 +608,8 @@ AC_OUTPUT([Makefile
|
|||
libguile/guile-snarf
|
||||
libguile/guile-doc-snarf
|
||||
libguile/guile-func-name-check
|
||||
libguile/guile-snarf.awk
|
||||
libguile/guile-snarf-docs
|
||||
libguile/guile-snarf-docs-texi
|
||||
libguile/versiondat.h
|
||||
ice-9/Makefile
|
||||
oop/Makefile
|
||||
|
@ -623,7 +624,7 @@ AC_OUTPUT([Makefile
|
|||
doc/Makefile
|
||||
check-guile
|
||||
guile-tools],
|
||||
[chmod +x libguile/guile-snarf libguile/guile-doc-snarf libguile/guile-func-name-check check-guile guile-tools])
|
||||
[chmod +x libguile/guile-snarf libguile/guile-doc-snarf libguile/guile-func-name-check libguile/guile-snarf-docs libguile/guile-snarf-docs-texi check-guile guile-tools])
|
||||
|
||||
dnl Local Variables:
|
||||
dnl comment-start: "dnl "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue