Add dependance of info file on source.

Suppress also superfluous exta .info extension of info.info.
This commit is contained in:
Vincent Belaïche 2026-04-16 19:11:13 +02:00
parent 0a5e69eaef
commit 3621ef5c42

View file

@ -1,3 +1,4 @@
### @configure_input@
# Copyright (C) 1994, 1996-2026 Free Software Foundation, Inc.
@ -159,6 +160,8 @@ ${buildinfodir}/%.info: ${srcdir}/%.texi ${gfdl} ${style} | ${buildinfodir}
## The short aliases, eg efaq = $(buildinfodir)/efaq.info.
define info_template
$(1): $$(buildinfodir)/$(1).info
$$(buildinfodir)/$(1).info: $$(srcdir)/$(1).texi $$(gfdl) $$(style)
endef
## "info" is already taken.