diff --git a/Makefile.am b/Makefile.am index f5abf14..8afa1c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,16 +55,12 @@ AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)" AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)" -info_TEXINFOS = doc/msg.texi \ - doc/version.texi +info_TEXINFOS = doc/msg.texi EXTRA_DIST = README.org \ README \ HACKING \ COPYING \ - doc/.dirstamp \ - doc/msg.info \ - doc/stamp-vti \ NEWS \ AUTHORS \ ChangeLog \ diff --git a/hall.scm b/hall.scm index 41dd848..179a17c 100644 --- a/hall.scm +++ b/hall.scm @@ -28,13 +28,7 @@ (symlink "README" "README.org") (text-file "HACKING") (text-file "COPYING") - (directory - "doc" - ((texi-file "msg") - (text-file ".dirstamp") - (info-file "msg") - (texi-file "version") - (text-file "stamp-vti"))) + (directory "doc" ((texi-file "msg"))) (text-file "NEWS") (text-file "AUTHORS") (text-file "ChangeLog")))