gtk-screen/Makefile.am: Add gtk-faces.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 29 May 2016 02:50:08 +0000 (19:50 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 29 May 2016 17:19:30 +0000 (10:19 -0700)
src/gtk-screen/Makefile.am
src/gtk-screen/configure.ac

index 8fdac1136cb64204e0990831af5bea7306d7ae39..5767d8d2c7ba84026a28d8ddcc746b3b51819865 100644 (file)
@@ -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
index 932932c8fb0f802c78c7cea46f5bc0b4561a46f4..7ccd2c12d00eef112437c815a6a44a1c43124773 100644 (file)
@@ -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.
 ])