Mercurial > emacs
changeset 106593:8f433026c790
Add EDT Emulation manual.
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
($(infodir)/edt, edt.dvi): New targets.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 15 Dec 2009 03:35:31 +0000 |
parents | d04aeb2c3beb |
children | cd89cdfb252e |
files | doc/misc/ChangeLog doc/misc/makefile.w32-in |
diffstat | 2 files changed, 17 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/misc/ChangeLog Tue Dec 15 03:13:46 2009 +0000 +++ b/doc/misc/ChangeLog Tue Dec 15 03:35:31 2009 +0000 @@ -1,3 +1,8 @@ +2009-12-15 Juanma Barranquero <lekktu@gmail.com> + + * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt. + ($(infodir)/edt, edt.dvi): New targets. + 2009-12-15 Glenn Morris <rgm@gnu.org> * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt. @@ -34,7 +39,7 @@ 2009-12-01 Bill Wohler <wohler@newt.com> * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database - path for mairix example. Specify -q in namazu example since namazu is + path for mairix example. Specify -q in namazu example since namazu is excessively garrulous. 2009-11-29 Michael Albinus <michael.albinus@gmx.de> @@ -50,14 +55,14 @@ Document semantic-complete-analyze-inline. (Semanticdb search debugging commands): Minor clarification. (Analyzer, Smart Completion, Smart Summary, Smart Jump) - (Analyzer Debug) New nodes, adapted from the upstream Semantic user + (Analyzer Debug): New nodes, adapted from the upstream Semantic user manual. (Semantic mode): Link to Idle Scheduler. 2009-11-28 Kevin Ryde <user42@zip.com.au> * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a - @pxref, now eieio is in emacs. + @pxref, now EIEIO is in Emacs. * erc.texi (Development): Correction to git tutorial url. @@ -75,7 +80,7 @@ 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl> - * org.texi: (Column attributes): Fix documentaion of new operators. + * org.texi (Column attributes): Fix documentation of new operators. 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
--- a/doc/misc/makefile.w32-in Tue Dec 15 03:13:46 2009 +0000 +++ b/doc/misc/makefile.w32-in Tue Dec 15 03:35:31 2009 +0000 @@ -46,7 +46,7 @@ $(infodir)/erc $(infodir)/remember $(infodir)/nxml-mode \ $(infodir)/epa $(infodir)/mairix-el $(infodir)/sasl \ $(infodir)/auth $(infodir)/eieio $(infodir)/ede \ - $(infodir)/semantic + $(infodir)/semantic $(infodir)/edt DVI_TARGETS = calc.dvi cc-mode.dvi cl.dvi dbus.dvi dired-x.dvi \ ediff.dvi forms.dvi gnus.dvi message.dvi emacs-mime.dvi \ sieve.dvi pgg.dvi mh-e.dvi \ @@ -56,7 +56,7 @@ speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \ newsticker.dvi rcirc.dvi erc.dvi remember.dvi nxml-mode.dvi \ epa.dvi mairix-el.dvi sasl.dvi auth.dvi eieio.dvi ede.dvi \ - semantic.dvi + semantic.dvi edt.dvi INFOSOURCES = info.texi # The following rule does not work with all versions of `make'. @@ -331,6 +331,11 @@ semantic.dvi: semantic.texi $(ENVADD) $(TEXI2DVI) $(srcdir)/semantic.texi +$(infodir)/edt: edt.texi + $(MAKEINFO) edt.texi +edt.dvi: edt.texi + $(ENVADD) $(TEXI2DVI) $(srcdir)/edt.texi + mostlyclean: - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* @@ -358,7 +363,7 @@ $(infodir)/epa* $(infodir)/sasl* \ $(infodir)/mairix-el* $(infodir)/auth* \ $(infodir)/eieio* $(infodir)/ede* \ - $(infodir)/semantic* + $(infodir)/semantic* $(infodir)edt* distclean: clean - $(DEL) makefile