bba52d5454
Changes since Guile 1.6.0: * Changes to the distribution ** Guile now provide and uses an "effective" version number. ** Guile now uses it's own version of libltdl. ** The Emacs interface has been fixed. ** The SRFI C headers are now installed. * Changes to Scheme functions and syntax ** New function: effective-version * Changes to the C interface ** New function: scm_effective_version
13 lines
368 B
Text
13 lines
368 B
Text
$NetBSD: patch-ag,v 1.1 2003/01/06 10:38:09 uebayasi Exp $
|
|
|
|
--- doc/goops/Makefile.in.orig Mon Dec 16 13:05:20 2002
|
|
+++ doc/goops/Makefile.in
|
|
@@ -200,7 +200,7 @@
|
|
TEXINFOS = goops.texi
|
|
DATA = $(html_DATA)
|
|
|
|
-DIST_COMMON = $(goops_TEXINFOS) ChangeLog Makefile.am Makefile.in
|
|
+DIST_COMMON = $(info_TEXINFOS) ChangeLog Makefile.am Makefile.in
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|