guile-lib - devel branch - patch 5 of 11
From 82a13dd3e6a81879dbf7c042e3733080eb952d4d Mon Sep 17 00:00:00 2001
From: David Pirotte <da...@altosw.be>
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=guile-library
 
+####
+#### Copyright (C) 2016 David Pirotte
+#### David Pirotte <david at altosw dot be>
+
+#### 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
+#### <http://www.gnu.org/licenses/>.
+####
+
+
+AUTOMAKE_OPTIONS = gnu
+
+doc = guile-library
 include docs.mk
 
-info_TEXINFOS=guile-library.texi
-guile_library_TEXINFOS=fdl.texi
+info_TEXINFOS = guile-library.texi
+
+guile_library_TEXINFOS =	\
+	NamingConventions.texi	\
+	fdl.texi
 
 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/
 
 www-commit: www
-	( export CVSDIR=: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=: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"))
 
 clean-www:
 	find www -name 'index.html' -print \
-- 
2.8.1

Attachment: pgpiLK6GnYEfZ.pgp
Description: OpenPGP digital signature

Reply via email to