Fixed issue with missing files
This commit is contained in:
parent
0530639193
commit
acb7511f96
2 changed files with 2 additions and 12 deletions
|
@ -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 \
|
||||
|
|
8
hall.scm
8
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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue