diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-09-12 21:46:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-09-12 21:57:52 +0200 |
commit | 61db429e251bfd2f75cb4632972e0238056eb24b (patch) | |
tree | 09766877ca809db502af3d05feb59a544d9f83f2 /doc/tutorial | |
parent | afb59d75b879b6265597320dfb28a7a5e50ae4ea (diff) | |
download | guile-61db429e251bfd2f75cb4632972e0238056eb24b.tar.gz |
Add `ChangeLog-2008' files to the distribution.
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index ed01b0a3c..5d4cc6680 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 1998, 2006 Free Software Foundation, Inc. +## Copyright (C) 1998, 2006, 2008 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -24,3 +24,5 @@ AUTOMAKE_OPTIONS = gnu info_TEXINFOS = guile-tut.texi TEXINFO_TEX = ../ref/texinfo.tex + +EXTRA_DIST = ChangeLog-2008 |