Mercurial > emacs
changeset 26150:96712277c1da
Add autotype.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 23 Oct 1999 18:16:22 +0000 |
parents | 0a342d5afcc2 |
children | 983ad33e1d97 |
files | info/dir man/Makefile.in |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/info/dir Sat Oct 23 18:06:44 1999 +0000 +++ b/info/dir Sat Oct 23 18:16:22 1999 +0000 @@ -33,4 +33,6 @@ * Ada mode: (ada-mode). The GNU Emacs mode editing Ada. Editors +* Autotype: (autotype). Convenient features for text that you enter frequently + in Emacs. * Emacs FAQ: (emacs-faq). Frequently Asked Questions about Emacs.
--- a/man/Makefile.in Sat Oct 23 18:06:44 1999 +0000 +++ b/man/Makefile.in Sat Oct 23 18:16:22 1999 +0000 @@ -16,11 +16,11 @@ ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ ../info/info ../info/message ../info/mh-e ../info/reftex \ ../info/sc ../info/vip ../info/viper ../info/widget \ - ../info/emacs-faq.info ../info/ada-mode + ../info/emacs-faq.info ../info/ada-mode ../info/autotype DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \ ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ - ada-mode.dvi + ada-mode.dvi autotype.dvi INFOSOURCES = info.texi info-stnd.texi # The following rule does not work with all versions of `make'. @@ -171,6 +171,11 @@ ../etc/GNU: gnu1.texi gnu.texi cd $(srcdir) && makeinfo --no-headers -o ../etc/GNU gnu1.texi +../info/autotype: autotype.texi + cd $(srcdir); $(MAKEINFO) autotype.texi +autotype.dvi: autotype.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi + mostlyclean: rm -f *.log *.cp *.fn *.ky *.pg *.vr core