From 6bfff0646b32006bed96d41bba6de0596263d93d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 23 Oct 1999 18:16:22 +0000 Subject: [PATCH] Add autotype. --- info/dir | 2 ++ man/Makefile.in | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/info/dir b/info/dir index fc39ed3c165..99d9c69538a 100644 --- a/info/dir +++ b/info/dir @@ -33,4 +33,6 @@ File: dir Node: Top This is the top of the INFO tree * 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 --git a/man/Makefile.in b/man/Makefile.in index f06255b0423..b74b7547ffe 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -16,11 +16,11 @@ INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../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 @@ faq.dvi: faq.texi ../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 -- 2.39.5