mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-12 15:10:50 +00:00
* doc/misc/Makefile.in (need_emacsver): Add use-package.
This commit is contained in:
parent
cd5856e403
commit
489b02d03c
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,8 @@ $(foreach ifile,$(filter-out info.info,$(INFO_TARGETS)),$(eval $(call info_templ
|
||||||
## Extra dependencies.
|
## Extra dependencies.
|
||||||
|
|
||||||
## FIXME Updating this list manually is unreliable.
|
## FIXME Updating this list manually is unreliable.
|
||||||
need_emacsver = calc cl dired-x efaq efaq-w32 erc forms ido newsticker reftex remember woman
|
need_emacsver = calc cl dired-x efaq efaq-w32 erc forms ido \
|
||||||
|
newsticker reftex remember use-package woman
|
||||||
need_emacsver_prefix = $(addprefix ${buildinfodir}/,${need_emacsver})
|
need_emacsver_prefix = $(addprefix ${buildinfodir}/,${need_emacsver})
|
||||||
|
|
||||||
$(need_emacsver_prefix:=.info) $(need_emacsver:=.dvi) $(need_emacsver:=.pdf) $(need_emacsver:=.html) : ${emacsdir}/emacsver.texi
|
$(need_emacsver_prefix:=.info) $(need_emacsver:=.dvi) $(need_emacsver:=.pdf) $(need_emacsver:=.html) : ${emacsdir}/emacsver.texi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue