From: Matt Birkholz Date: Sun, 19 Oct 2014 17:45:42 +0000 (-0700) Subject: gtk: Follow master; use MIT_SCHEME_EXE instead of MITSCHEME_EXE. X-Git-Tag: mit-scheme-pucked-9.2.12~397 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c245c634267812c5583e1807f2d5496758f6db3d;p=mit-scheme.git gtk: Follow master; use MIT_SCHEME_EXE instead of MITSCHEME_EXE. --- diff --git a/src/cairo/Makefile.in b/src/cairo/Makefile.in index c4daa61ac..05cd267f8 100644 --- a/src/cairo/Makefile.in +++ b/src/cairo/Makefile.in @@ -17,8 +17,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301, USA. -MITSCHEME_EXE = mit-scheme -exe = '$(MITSCHEME_EXE)' --batch-mode +MIT_SCHEME_EXE = mit-scheme +exe = '$(MIT_SCHEME_EXE)' --batch-mode CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ diff --git a/src/cairo/README b/src/cairo/README index f0c2bdc5a..c89985f3e 100644 --- a/src/cairo/README +++ b/src/cairo/README @@ -8,6 +8,6 @@ To build: The install target copies a shared library shim and compiled Scheme files into the system library path, and re-writes the optiondb.scm found there. You can override the default command name "mit-scheme" -(and thus the system library path) by setting MITSCHEME_EXE. +(and thus the system library path) by setting MIT_SCHEME_EXE. For more information see the accompanying user / reference manual. diff --git a/src/cairo/cairo.texinfo b/src/cairo/cairo.texinfo index cae564f94..acda0c2ae 100644 --- a/src/cairo/cairo.texinfo +++ b/src/cairo/cairo.texinfo @@ -306,7 +306,7 @@ Unpack the source and build in the usual way, but do not call @code{./configure} with a @code{--prefix} argument. This plugin will be installed in the system library path of the machine run by the @code{mit-scheme} command. You can override this command name by -setting @code{MITSCHEME_EXE}. You can override the system library +setting @code{MIT_SCHEME_EXE}. You can override the system library path of any machine by passing it the @code{--library} option on the commandline, or the @code{MITSCHEME_LIBRARY_PATH} variable in the environment. diff --git a/src/glib/Makefile.in b/src/glib/Makefile.in index c8b71b6b4..23390e5d1 100644 --- a/src/glib/Makefile.in +++ b/src/glib/Makefile.in @@ -17,8 +17,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301, USA. -MITSCHEME_EXE = mit-scheme -exe = '$(MITSCHEME_EXE)' --batch-mode +MIT_SCHEME_EXE = mit-scheme +exe = '$(MIT_SCHEME_EXE)' --batch-mode CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ diff --git a/src/glib/README b/src/glib/README index 9ce83dba5..ccab0e0ef 100644 --- a/src/glib/README +++ b/src/glib/README @@ -9,6 +9,6 @@ To build: The install target copies a shared library shim and compiled Scheme files into the system library path, and re-writes the optiondb.scm found there. You can override the default command name "mit-scheme" -(and thus the system library path) by setting MITSCHEME_EXE. +(and thus the system library path) by setting MIT_SCHEME_EXE. For more information see the accompanying user / reference manual. diff --git a/src/glib/glib.texinfo b/src/glib/glib.texinfo index e29f36dae..770a5b5c1 100644 --- a/src/glib/glib.texinfo +++ b/src/glib/glib.texinfo @@ -544,7 +544,7 @@ Unpack the source and build in the usual way, but do not call @code{./configure} with a @code{--prefix} argument. This plugin will be installed in the system library path of the machine run by the @code{mit-scheme} command. You can override this command name by -setting @code{MITSCHEME_EXE}. You can override the system library +setting @code{MIT_SCHEME_EXE}. You can override the system library path of any machine by passing it the @code{--library} option on the commandline, or the @code{MITSCHEME_LIBRARY_PATH} variable in the environment. diff --git a/src/gtk/Makefile.in b/src/gtk/Makefile.in index d73b529f1..acabe78ce 100644 --- a/src/gtk/Makefile.in +++ b/src/gtk/Makefile.in @@ -17,8 +17,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301, USA. -MITSCHEME_EXE = mit-scheme -exe = '$(MITSCHEME_EXE)' --batch-mode +MIT_SCHEME_EXE = mit-scheme +exe = '$(MIT_SCHEME_EXE)' --batch-mode CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ diff --git a/src/gtk/gtk.texinfo b/src/gtk/gtk.texinfo index 081f73272..e40893963 100644 --- a/src/gtk/gtk.texinfo +++ b/src/gtk/gtk.texinfo @@ -33,14 +33,9 @@ Matthew Birkholz Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no -Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,'' -and with the Back-Cover Texts as in (a) below. A copy of the -license is included in the section entitled ``GNU Free Documentation -License.'' - -(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify -this GNU Manual, like GNU software. Copies published by the Free -Software Foundation raise funds for GNU development.'' +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled ``GNU Free +Documentation License.'' @end quotation @end copying @@ -2059,7 +2054,7 @@ Unpack the source and build in the usual way, but do not call @code{./configure} with a @code{--prefix} argument. This plugin will be installed in the system library path of the machine run by the @code{mit-scheme} command. You can override this command name by -setting @code{MITSCHEME_EXE}. You can override the system library +setting @code{MIT_SCHEME_EXE}. You can override the system library path of any machine by passing it the @code{--library} option on the commandline, or the @code{MITSCHEME_LIBRARY_PATH} variable in the environment. diff --git a/src/pango/Makefile.in b/src/pango/Makefile.in index f0c90d037..cc8ad89f8 100644 --- a/src/pango/Makefile.in +++ b/src/pango/Makefile.in @@ -17,8 +17,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301, USA. -MITSCHEME_EXE = mit-scheme -exe = '$(MITSCHEME_EXE)' --batch-mode +MIT_SCHEME_EXE = mit-scheme +exe = '$(MIT_SCHEME_EXE)' --batch-mode CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ diff --git a/src/pango/README b/src/pango/README index 53420f97d..5cc91dd0a 100644 --- a/src/pango/README +++ b/src/pango/README @@ -8,6 +8,6 @@ To build: The install target copies a shared library shim and compiled Scheme files into the system library path, and re-writes the optiondb.scm found there. You can override the default command name "mit-scheme" -(and thus the system library path) by setting MITSCHEME_EXE. +(and thus the system library path) by setting MIT_SCHEME_EXE. For more information see the accompanying user / reference manual. diff --git a/src/pango/pango.texinfo b/src/pango/pango.texinfo index 6cf2b4ca1..c05ad6e4f 100644 --- a/src/pango/pango.texinfo +++ b/src/pango/pango.texinfo @@ -382,7 +382,7 @@ Unpack the source and build in the usual way, but do not call @code{./configure} with a @code{--prefix} argument. This plugin will be installed in the system library path of the machine run by the @code{mit-scheme} command. You can override this command name by -setting @code{MITSCHEME_EXE}. You can override the system library +setting @code{MIT_SCHEME_EXE}. You can override the system library path of any machine by passing it the @code{--library} option on the commandline, or the @code{MITSCHEME_LIBRARY_PATH} variable in the environment.