mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Add dependance of info file on source.
Suppress also superfluous exta .info extension of info.info.
This commit is contained in:
parent
0a5e69eaef
commit
3621ef5c42
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue