aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-03-04 05:42:07 +0000
committerGlenn Morris2009-03-04 05:42:07 +0000
commit389b99fdb32c620659d39a094fe3734a1e29eeac (patch)
tree8b5929399fe69325aee11fc2deb84e1f1a0ae2ea
parent24683c51e3680440544592133c81374ed1a007d7 (diff)
downloademacs-389b99fdb32c620659d39a094fe3734a1e29eeac.tar.gz
emacs-389b99fdb32c620659d39a094fe3734a1e29eeac.zip
(INFO_FILES): Add auth.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in8
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d46557f3374..88be7c17ee3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12009-03-04 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (INFO_FILES): Add auth.
4
12009-03-03 Glenn Morris <rgm@gnu.org> 52009-03-03 Glenn Morris <rgm@gnu.org>
2 6
3 * info/dir: Add Auth-source. 7 * info/dir: Add Auth-source.
diff --git a/Makefile.in b/Makefile.in
index 749b86538f8..ee5e615934f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -139,12 +139,12 @@ MAN_PAGES=b2m.1 ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 \
139# since there are now many packages documented with the texinfo 139# since there are now many packages documented with the texinfo
140# system, it is inappropriate to imply that it is part of Emacs. 140# system, it is inappropriate to imply that it is part of Emacs.
141infodir=@infodir@ 141infodir=@infodir@
142INFO_FILES=ada-mode autotype calc ccmode cl dbus dired-x ebrowse ediff \ 142INFO_FILES=ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse \
143 efaq eintr elisp emacs emacs-mime epa erc eshell eudc \ 143 ediff efaq eintr elisp emacs emacs-mime epa erc eshell eudc \
144 flymake forms gnus idlwave info mairix-el message mh-e \ 144 flymake forms gnus idlwave info mairix-el message mh-e \
145 newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember \ 145 newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember \
146 sasl sc ses sieve speedbar tramp vip viper widget woman \ 146 sasl sc ses sieve smtpmail speedbar tramp url vip viper \
147 smtpmail url 147 widget woman
148 148
149# Directory for local state files for all programs. 149# Directory for local state files for all programs.
150localstatedir=@localstatedir@ 150localstatedir=@localstatedir@