From: Juanma Barranquero Date: Tue, 15 Dec 2009 03:35:31 +0000 (+0000) Subject: Add EDT Emulation manual. X-Git-Tag: emacs-pretest-23.1.91~73 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45a4a565b0e27e945b74c5e79b0c39453761bc9e;p=emacs.git Add EDT Emulation manual. * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt. ($(infodir)/edt, edt.dvi): New targets. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 73342528fd0..5a11954ae02 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2009-12-15 Juanma Barranquero + + * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt. + ($(infodir)/edt, edt.dvi): New targets. + 2009-12-15 Glenn Morris * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt. @@ -34,7 +39,7 @@ 2009-12-01 Bill Wohler * 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 @@ -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 * 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 - * org.texi: (Column attributes): Fix documentaion of new operators. + * org.texi (Column attributes): Fix documentation of new operators. 2009-11-20 Chong Yidong diff --git a/doc/misc/makefile.w32-in b/doc/misc/makefile.w32-in index fa958750373..92fa0c93f7a 100644 --- a/doc/misc/makefile.w32-in +++ b/doc/misc/makefile.w32-in @@ -46,7 +46,7 @@ INFO_TARGETS = $(infodir)/ccmode \ $(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 @@ DVI_TARGETS = calc.dvi cc-mode.dvi cl.dvi dbus.dvi dired-x.dvi \ 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 @@ $(infodir)/semantic: semantic.texi 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 @@ clean: mostlyclean $(infodir)/epa* $(infodir)/sasl* \ $(infodir)/mairix-el* $(infodir)/auth* \ $(infodir)/eieio* $(infodir)/ede* \ - $(infodir)/semantic* + $(infodir)/semantic* $(infodir)edt* distclean: clean - $(DEL) makefile