From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: guile-lib - devel branch - patch 5 of 11 Date: Fri, 15 Jul 2016 22:43:50 -0300 Message-ID: <20160715224350.46e3a4d1@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/LCYr4uk6+99wiQ/qTL7e68t"; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1468633475 2631 80.91.229.3 (16 Jul 2016 01:44:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Jul 2016 01:44:35 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jul 16 03:44:19 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bOEeP-0000gI-Et for guile-devel@m.gmane.org; Sat, 16 Jul 2016 03:44:17 +0200 Original-Received: from localhost ([::1]:35588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEeO-0003Mf-Rq for guile-devel@m.gmane.org; Fri, 15 Jul 2016 21:44:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEeA-0003MR-Gx for guile-devel@gnu.org; Fri, 15 Jul 2016 21:44:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOEe6-0002Sq-Cy for guile-devel@gnu.org; Fri, 15 Jul 2016 21:44:01 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:34228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEe6-0002Sl-2B for guile-devel@gnu.org; Fri, 15 Jul 2016 21:43:58 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 913B4A04C144 for ; Sat, 16 Jul 2016 03:43:57 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id Sj7XjhKGQwYA for ; Sat, 16 Jul 2016 03:43:52 +0200 (CEST) Original-Received: from capac (unknown [177.17.12.124]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 55DF5A04C141 for ; Sat, 16 Jul 2016 03:43:52 +0200 (CEST) X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 79.99.200.102 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18514 Archived-At: --Sig_/LCYr4uk6+99wiQ/qTL7e68t Content-Type: multipart/mixed; boundary="MP_/aJrXaGukf05nGfUdb3O9aBf" --MP_/aJrXaGukf05nGfUdb3O9aBf Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline guile-lib - devel branch - patch 5 of 11 --MP_/aJrXaGukf05nGfUdb3O9aBf Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0005-Fixing-Makefile.am.patch =46rom 82a13dd3e6a81879dbf7c042e3733080eb952d4d Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Tue, 12 Jul 2016 21:38:37 -0300 Subject: [PATCH 05/11] Fixing Makefile.am * doc/Makefile.am: Adding a license header. Fixing guile_library_TEXINFOS, adding NamingConventions.texi --- doc/Makefile.am | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index f2f3ed6..4bc1e4b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,40 @@ -doc=3Dguile-library =20 +#### +#### Copyright (C) 2016 David Pirotte +#### David Pirotte + +#### This file is part of Guile-Lib. + +#### Guile-Lib is free software: you can redistribute it, as a whole, +#### and/or modify it under the terms of the GNU General Public +#### License as published by the Free Software Foundation, either +#### version 3 of the License, or (at your option) any later version. + +#### Each Guile-Lib module contained in Guile-Lib has its own copying +#### conditions, specified in the comments at the beginning of the +#### module's source file. + +#### Guile-Lib 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 Guile-Lib. If not, see +#### . +#### + + +AUTOMAKE_OPTIONS =3D gnu + +doc =3D guile-library include docs.mk =20 -info_TEXINFOS=3Dguile-library.texi -guile_library_TEXINFOS=3Dfdl.texi +info_TEXINFOS =3D guile-library.texi + +guile_library_TEXINFOS =3D \ + NamingConventions.texi \ + fdl.texi =20 www: html guile-library.pdf clean-www find www -name 'index.scm' -print \ @@ -16,7 +47,7 @@ www: html guile-library.pdf clean-www cp guile-library.pdf www/doc/ =20 www-commit: www - ( export CVSDIR=3D:ext:cvs.sv.nongnu.org:/web/guile-lib; cd www; cvs -d $= $CVSDIR import -m 'make www in guile-lib/docs' guile-lib gnu $(shell date "= +D%Y%m%d%H%M%S")) + ( export CVSDIR=3D:ext:cvs.sv.nongnu.org:/web/guile-lib; cd www; cvs -d $= $CVSDIR import -m 'make www in guile-lib/docs' guile-lib gnu $$(date "+D%Y%= m%d%H%M%S")) =20 clean-www: find www -name 'index.html' -print \ --=20 2.8.1 --MP_/aJrXaGukf05nGfUdb3O9aBf-- --Sig_/LCYr4uk6+99wiQ/qTL7e68t Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXiZFWAAoJEPN0/ZOjBXrX5jEH/2H01527LElY69UFdXUqwPu6 UcKq5nigN2bPqny9sXwztOy6xm5S8Z2m4MRCjVLJed/RYZ4LkkYi2NxIm7KWCmUL 2f6tCeW/WTnzKMJC3VEaJlXrmYQbF507wJenlS+jFYu4fo9WsYKfsqYE/mPjqY1p ot3VJEHwqm57npf8lItpwnkLCUC0Tjt3OgQCiqeMjXeFyqg6AvKOnYFq0iw+iHLH GOQ3cJ2UMFHcwxbN6n4ab8sMb+Rh0f1atirL3CHP/A82EKchmfpjClMEMBIUX28W 1oO8+kDmlz6jj/R87yCVLk7+vCyjKfjv6a8wu0RNTfu50luNHMDB33+Ozg+k/EI= =r+9F -----END PGP SIGNATURE----- --Sig_/LCYr4uk6+99wiQ/qTL7e68t--