gtk: Follow master; use MIT_SCHEME_EXE instead of MITSCHEME_EXE.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 19 Oct 2014 17:45:42 +0000 (10:45 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 19 Oct 2014 17:45:42 +0000 (10:45 -0700)
src/cairo/Makefile.in
src/cairo/README
src/cairo/cairo.texinfo
src/glib/Makefile.in
src/glib/README
src/glib/glib.texinfo
src/gtk/Makefile.in
src/gtk/gtk.texinfo
src/pango/Makefile.in
src/pango/README
src/pango/pango.texinfo

index c4daa61ac72caa7719aec36668cc9492127dde12..05cd267f89eae6952be254332353f69809016308 100644 (file)
@@ -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@
index f0c2bdc5a08e878dd8a41087d2500de5f24a6fa9..c89985f3efb6892bfde90fbe74818a2d80056d0f 100644 (file)
@@ -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.
index cae564f9494e823c625e9c1e74cf1cb5eb04cdf8..acda0c2aecd4785d4c303b576aeb820faca9950c 100644 (file)
@@ -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.
index c8b71b6b4b58c30322493ad7182152045eabdb28..23390e5d1841a3445ff9bcff1b3b8e2b1c3c58e9 100644 (file)
@@ -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@
index 9ce83dba5b2994e5fe90e0db7a20c9ee93c81c6a..ccab0e0ef86eb1a6a32462c968af0cdf9a928841 100644 (file)
@@ -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.
index e29f36dae86a3bbe626afe631d947c844b716b57..770a5b5c16f5df029c68c857bf7db9cbf041d8aa 100644 (file)
@@ -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.
index d73b529f1b73af0a5327ebe1b696a53302df2938..acabe78ce95d0892e24a56e832d9b80f913b4fd9 100644 (file)
@@ -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@
index 081f73272bd82f3d4e5f0a689aa864b08ccfab0a..e40893963b3d60382ed4b13ac458096eec8a67a4 100644 (file)
@@ -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.
index f0c90d0371b1e3d731115bdece198950c301dccc..cc8ad89f88a7a3b1010a4dc8940ee472c59dbff0 100644 (file)
@@ -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@
index 53420f97d50688d5064608bef53be912f12fa73f..5cc91dd0a3b66268ecf946093bf9d918d7a871a0 100644 (file)
@@ -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.
index 6cf2b4ca18930c2189d46f4e622bca0eec27b462..c05ad6e4f78e74bfa8d9c3fb9f6874af926088a8 100644 (file)
@@ -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.