Add autotype.
This commit is contained in:
parent
8062f45860
commit
6bfff0646b
2 changed files with 9 additions and 2 deletions
2
info/dir
2
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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue