Add doc/ dependencies on emacsver.texi.
* doc/misc/Makefile.in ($(infodir)/efaq): Depend on emacsver.texi. * doc/lispref/Makefile.in (srcs): Add emacsver.texi. * doc/emacs/Makefile.in (EMACSSOURCES): Add emacsver.texi.
This commit is contained in:
parent
613c83fc9f
commit
b13254e712
6 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
* emacs.texi: Set EMACSVER by including emacsver.texi.
|
||||
* Makefile.in (distclean): Delete emacsver.texi.
|
||||
(dist): Copy emacsver.texi.
|
||||
(EMACSSOURCES): Add emacsver.texi.
|
||||
|
||||
* ack.texi (Acknowledgments): No more b2m.c.
|
||||
|
||||
|
|
|
@ -70,6 +70,7 @@ EMACS_XTRA= \
|
|||
$(srcdir)/msdog-xtra.texi
|
||||
|
||||
EMACSSOURCES= \
|
||||
${srcdir}/emacsver.texi \
|
||||
${srcdir}/emacs.texi \
|
||||
${srcdir}/doclicense.texi \
|
||||
${srcdir}/gpl.texi \
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
* Makefile.in (emacsdir): New variable.
|
||||
(MAKEINFO): Add -I $emacsdir.
|
||||
(dist): Copy emacsver.texi.
|
||||
(srcs): Add emacsver.texi.
|
||||
|
||||
* book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
|
||||
Set EMACSVER by including emacsver.texi.
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@ TEXI2PDF = texi2pdf
|
|||
# List of all the texinfo files in the manual:
|
||||
|
||||
srcs = \
|
||||
$(emacsdir)/emacsver.texi \
|
||||
$(srcdir)/abbrevs.texi \
|
||||
$(srcdir)/advice.texi \
|
||||
$(srcdir)/anti.texi \
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
* Makefile.in (emacsdir): New variable.
|
||||
($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
|
||||
Depend on emacsver.texi.
|
||||
|
||||
* faq.texi (VER): Replace with EMACSVER from emacsver.texi.
|
||||
|
||||
* Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
|
||||
|
|
|
@ -364,7 +364,7 @@ eudc.pdf: eudc.texi
|
|||
$(ENVADD) $(TEXI2PDF) ${srcdir}/eudc.texi
|
||||
|
||||
efaq : $(infodir)/efaq
|
||||
$(infodir)/efaq: faq.texi $(infodir)
|
||||
$(infodir)/efaq: faq.texi $(emacsdir)/emacsver.texi $(infodir)
|
||||
cd $(srcdir); $(MAKEINFO) -I $(emacsdir) faq.texi
|
||||
faq.dvi: faq.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/faq.texi
|
||||
|
|
Loading…
Add table
Reference in a new issue