From 25bb7531401c06525ef30a054c2a8f21e362e62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 13 Nov 2008 23:12:34 +0100 Subject: [PATCH] Add "guile(1)" man page. Robert Merkel's copyright assignment to the FSF had apparently been on file for some time. * NEWS: Update. * doc/Makefile.am (dist_man1_MANS): New. --- NEWS | 2 ++ doc/Makefile.am | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f4320d40b..0a9ff0e29 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ When you use GDS to evaluate Scheme code from Emacs, you can now use `C-u' to indicate that you want to single step through that code. See `Evaluating Scheme Code' in the manual for more details. +** New "guile(1)" man page! + * Changes to the distribution ** Automake's `AM_MAINTAINER_MODE' is no longer used diff --git a/doc/Makefile.am b/doc/Makefile.am index 599af2ba9..4581a7291 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -23,8 +23,7 @@ AUTOMAKE_OPTIONS = gnu SUBDIRS = ref tutorial goops r5rs -# pending the papers from Robert Merkel -# man_MANS = guile.1 +dist_man1_MANS = guile.1 EXAMPLE_SMOB_FILES = \ ChangeLog-2008 Makefile README image-type.c image-type.h myguile.c @@ -40,9 +39,6 @@ dist-hook: EXTRA_DIST = groupings.alist ChangeLog-2008 # guile-api.alist -# pending the papers from Robert Merkel -# EXTRA_DIST = guile.1 - include $(top_srcdir)/am/maintainer-dirs guile-api.alist: guile-api.alist-FORCE ( cd $(top_builddir) ; $(mscripts)/update-guile-api.alist )