## 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.
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
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
[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.
])