1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

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.
This commit is contained in:
Ludovic Courtès 2008-11-13 23:12:34 +01:00
parent 9b20fde272
commit 25bb753140
2 changed files with 3 additions and 5 deletions

2
NEWS
View file

@ -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 `C-u' to indicate that you want to single step through that code. See
`Evaluating Scheme Code' in the manual for more details. `Evaluating Scheme Code' in the manual for more details.
** New "guile(1)" man page!
* Changes to the distribution * Changes to the distribution
** Automake's `AM_MAINTAINER_MODE' is no longer used ** Automake's `AM_MAINTAINER_MODE' is no longer used

View file

@ -23,8 +23,7 @@ AUTOMAKE_OPTIONS = gnu
SUBDIRS = ref tutorial goops r5rs SUBDIRS = ref tutorial goops r5rs
# pending the papers from Robert Merkel dist_man1_MANS = guile.1
# man_MANS = guile.1
EXAMPLE_SMOB_FILES = \ EXAMPLE_SMOB_FILES = \
ChangeLog-2008 Makefile README image-type.c image-type.h myguile.c 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 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 include $(top_srcdir)/am/maintainer-dirs
guile-api.alist: guile-api.alist-FORCE guile-api.alist: guile-api.alist-FORCE
( cd $(top_builddir) ; $(mscripts)/update-guile-api.alist ) ( cd $(top_builddir) ; $(mscripts)/update-guile-api.alist )