build: Declare a dependency for the manual.
This fixes 'make distcheck' failure. * Makefile.am (doc_haunt_TEXINFOS): New variable.
This commit is contained in:
parent
553e8bcec0
commit
fe264d96c4
|
@ -80,6 +80,7 @@ SCM_LOG_COMPILER = $(top_builddir)/test-env $(GUILE)
|
||||||
AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)"
|
AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)"
|
||||||
|
|
||||||
info_TEXINFOS = doc/haunt.texi
|
info_TEXINFOS = doc/haunt.texi
|
||||||
|
doc_haunt_TEXINFOS = doc/fdl-1.3.texi
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
pre-inst-env.in \
|
pre-inst-env.in \
|
||||||
|
|
Loading…
Reference in New Issue