From 0ed68b194379db19c6bc764a4ab01ed898655fed Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sat, 28 May 2016 19:50:08 -0700 Subject: [PATCH] gtk-screen/Makefile.am: Add gtk-faces. --- src/gtk-screen/Makefile.am | 22 +++++++++++++--------- src/gtk-screen/configure.ac | 8 ++++---- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/gtk-screen/Makefile.am b/src/gtk-screen/Makefile.am index 8fdac1136..5767d8d2c 100644 --- a/src/gtk-screen/Makefile.am +++ b/src/gtk-screen/Makefile.am @@ -3,21 +3,21 @@ ## Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, ## 2016 Matthew Birkholz ## -## This file is part of a subsystem of MIT/GNU Scheme implementing a -## Gtk-based screen type for Edwin. +## This file is part of a Gtk-based Edwin screen option for MIT/GNU +## Scheme. ## -## This subsystem 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 of the -## License, or (at your option) any later version. +## This option 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 of the License, +## or (at your option) any later version. ## -## This subsystem is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of +## This option 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 this subsystem; if not, write to the Free Software +## along with this option; if not, write to the Free Software ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ## 02110-1301, USA. @@ -31,6 +31,7 @@ sources = gtk-screen.scm gtk-faces.scm scmlib_sub_DATA = $(sources) scmlib_sub_DATA += gtk-screen.bin gtk-screen.bci gtk-screen.com +scmlib_sub_DATA += gtk-faces.bin gtk-faces.bci gtk-faces.com scmlib_sub_DATA += make.scm gtk-screen-@MIT_SCHEME_OS_SUFFIX@.pkd #info_TEXINFOS = mit-scheme-gtk-screen.texi @@ -45,6 +46,9 @@ pdfdir = $(libdir)/mit-scheme/doc gtk-screen.bin: stamp-scheme gtk-screen.bci: stamp-scheme gtk-screen.com: stamp-scheme +gtk-faces.bin: stamp-scheme +gtk-faces.bci: stamp-scheme +gtk-faces.com: stamp-scheme gtk-screen-@MIT_SCHEME_OS_SUFFIX@.pkd: stamp-scheme stamp-scheme: $(sources) gtk-screen.pkg touch stamp-scheme diff --git a/src/gtk-screen/configure.ac b/src/gtk-screen/configure.ac index 932932c8f..7ccd2c12d 100644 --- a/src/gtk-screen/configure.ac +++ b/src/gtk-screen/configure.ac @@ -10,20 +10,20 @@ AC_COPYRIGHT( [Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Matthew Birkholz -This file is part of a gtk-screen system for MIT/GNU Scheme. +This file is part of a gtk-screen option for MIT/GNU Scheme. -This system is free software; you can redistribute it and/or modify it +This option 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 of the License, or (at your option) any later version. -This system is distributed in the hope that it will be useful, but +This option 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 this system; if not, write to the Free Software Foundation, +along with this option; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. ]) -- 2.25.1