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)"
|
AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)"
|
||||||
|
|
||||||
info_TEXINFOS = doc/msg.texi \
|
info_TEXINFOS = doc/msg.texi
|
||||||
doc/version.texi
|
|
||||||
|
|
||||||
EXTRA_DIST = README.org \
|
EXTRA_DIST = README.org \
|
||||||
README \
|
README \
|
||||||
HACKING \
|
HACKING \
|
||||||
COPYING \
|
COPYING \
|
||||||
doc/.dirstamp \
|
|
||||||
doc/msg.info \
|
|
||||||
doc/stamp-vti \
|
|
||||||
NEWS \
|
NEWS \
|
||||||
AUTHORS \
|
AUTHORS \
|
||||||
ChangeLog \
|
ChangeLog \
|
||||||
|
|
8
hall.scm
8
hall.scm
|
@ -28,13 +28,7 @@
|
||||||
(symlink "README" "README.org")
|
(symlink "README" "README.org")
|
||||||
(text-file "HACKING")
|
(text-file "HACKING")
|
||||||
(text-file "COPYING")
|
(text-file "COPYING")
|
||||||
(directory
|
(directory "doc" ((texi-file "msg")))
|
||||||
"doc"
|
|
||||||
((texi-file "msg")
|
|
||||||
(text-file ".dirstamp")
|
|
||||||
(info-file "msg")
|
|
||||||
(texi-file "version")
|
|
||||||
(text-file "stamp-vti")))
|
|
||||||
(text-file "NEWS")
|
(text-file "NEWS")
|
||||||
(text-file "AUTHORS")
|
(text-file "AUTHORS")
|
||||||
(text-file "ChangeLog")))
|
(text-file "ChangeLog")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue