summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-30 16:17:38 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-30 16:17:38 +0100
commit97c8a5878769d63d8d1593585d71da3c597be108 (patch)
treefc6f6add847c9aaa736bf6a3ca3e33a6f350349d
parent500c459effbe34821ad615fbb7de1a13bf4676c6 (diff)
downloademacs-97c8a5878769d63d8d1593585d71da3c597be108.tar.gz
* doc/misc/Makefile.in (INFO_COMMON): Add use-package.
-rw-r--r--doc/misc/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index a7dbbbb48fe..49cd8e13b03 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -67,14 +67,14 @@ MAKEINFO_OPTS = --force -I$(emacsdir)
DOCMISC_W32 = @DOCMISC_W32@
## Info files to build and install on all platforms.
-INFO_COMMON = auth autotype bovine calc ccmode cl \
- dbus dired-x ebrowse ede ediff edt efaq eglot eieio \
- emacs-gnutls emacs-mime epa erc ert eshell eudc eww \
- flymake forms gnus htmlfontify idlwave ido info.info \
- mairix-el message mh-e modus-themes newsticker nxml-mode \
- octave-mode org pcl-cvs pgg rcirc reftex remember sasl \
- sc semantic ses sieve smtpmail speedbar srecode todo-mode \
- tramp transient url vhdl-mode vip viper vtable widget wisent woman
+INFO_COMMON = auth autotype bovine calc ccmode cl dbus dired-x \
+ ebrowse ede ediff edt efaq eglot eieio emacs-gnutls \
+ emacs-mime epa erc ert eshell eudc eww flymake forms gnus \
+ htmlfontify idlwave ido info.info mairix-el message mh-e \
+ modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg \
+ rcirc reftex remember sasl sc semantic ses sieve smtpmail \
+ speedbar srecode todo-mode tramp transient url use-package \
+ vhdl-mode vip viper vtable widget wisent woman
## Info files to install on current platform.
INFO_INSTALL = $(INFO_COMMON) $(DOCMISC_W32)