# HG changeset patch # User Dave Love # Date 940702582 0 # Node ID 96712277c1daf829b9bd7ef5fde94c6595071e87 # Parent 0a342d5afcc279088c548e1d83731575cba872bf Add autotype. diff -r 0a342d5afcc2 -r 96712277c1da info/dir --- 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. diff -r 0a342d5afcc2 -r 96712277c1da man/Makefile.in --- 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