diff options
| author | Stephen Berman | 2013-08-04 23:27:49 +0200 |
|---|---|---|
| committer | Stephen Berman | 2013-08-04 23:27:49 +0200 |
| commit | 016d3f7ddcc9afd60c455cbf4dd79277080c4d4e (patch) | |
| tree | e553f357267ba00d0406c23949515d3500874b5e /doc/misc/Makefile.in | |
| parent | 671d5c16547d16bef2efa056705bd35b5feacc29 (diff) | |
| download | emacs-016d3f7ddcc9afd60c455cbf4dd79277080c4d4e.tar.gz emacs-016d3f7ddcc9afd60c455cbf4dd79277080c4d4e.zip | |
Add Todo mode user manual.
* doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
(todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
(todo-mode.dvi, todo-mode.pdf): New rules.
* doc/misc/todo-mode.texi: New file.
* info/dir: Add todo-mode.
Diffstat (limited to 'doc/misc/Makefile.in')
| -rw-r--r-- | doc/misc/Makefile.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 67a899af8ce..7e08c5a2088 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -48,7 +48,7 @@ INFO_TARGETS = ada-mode auth autotype bovine calc ccmode cl \ | |||
| 48 | flymake forms gnus emacs-gnutls htmlfontify idlwave ido info.info \ | 48 | flymake forms gnus emacs-gnutls htmlfontify idlwave ido info.info \ |
| 49 | mairix-el message mh-e newsticker nxml-mode \ | 49 | mairix-el message mh-e newsticker nxml-mode \ |
| 50 | org pcl-cvs pgg rcirc remember reftex sasl \ | 50 | org pcl-cvs pgg rcirc remember reftex sasl \ |
| 51 | sc semantic ses sieve smtpmail speedbar srecode tramp \ | 51 | sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp \ |
| 52 | url vip viper widget wisent woman | 52 | url vip viper widget wisent woman |
| 53 | 53 | ||
| 54 | DVI_TARGETS = \ | 54 | DVI_TARGETS = \ |
| @@ -100,6 +100,7 @@ DVI_TARGETS = \ | |||
| 100 | smtpmail.dvi \ | 100 | smtpmail.dvi \ |
| 101 | speedbar.dvi \ | 101 | speedbar.dvi \ |
| 102 | srecode.dvi \ | 102 | srecode.dvi \ |
| 103 | todo-mode.dvi \ | ||
| 103 | tramp.dvi \ | 104 | tramp.dvi \ |
| 104 | url.dvi \ | 105 | url.dvi \ |
| 105 | vip.dvi \ | 106 | vip.dvi \ |
| @@ -157,6 +158,7 @@ PDF_TARGETS = \ | |||
| 157 | smtpmail.pdf \ | 158 | smtpmail.pdf \ |
| 158 | speedbar.pdf \ | 159 | speedbar.pdf \ |
| 159 | srecode.pdf \ | 160 | srecode.pdf \ |
| 161 | todo-mode.pdf \ | ||
| 160 | tramp.pdf \ | 162 | tramp.pdf \ |
| 161 | url.pdf \ | 163 | url.pdf \ |
| 162 | vip.pdf \ | 164 | vip.pdf \ |
| @@ -645,6 +647,15 @@ srecode.dvi: ${srcdir}/srecode.texi ${gfdl} | |||
| 645 | srecode.pdf: ${srcdir}/srecode.texi ${gfdl} | 647 | srecode.pdf: ${srcdir}/srecode.texi ${gfdl} |
| 646 | $(ENVADD) $(TEXI2PDF) ${srcdir}/srecode.texi | 648 | $(ENVADD) $(TEXI2PDF) ${srcdir}/srecode.texi |
| 647 | 649 | ||
| 650 | todo-mode : $(buildinfodir)/todo-mode$(INFO_EXT) | ||
| 651 | $(buildinfodir)/todo-mode$(INFO_EXT): ${srcdir}/todo-mode.texi ${gfdl} | ||
| 652 | $(mkinfodir) | ||
| 653 | $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/todo-mode.texi | ||
| 654 | todo-mode.dvi: ${srcdir}/todo-mode.texi ${gfdl} | ||
| 655 | $(ENVADD) $(TEXI2DVI) ${srcdir}/todo-mode.texi | ||
| 656 | todo-mode.pdf: ${srcdir}/todo-mode.texi ${gfdl} | ||
| 657 | $(ENVADD) $(TEXI2PDF) ${srcdir}/todo-mode.texi | ||
| 658 | |||
| 648 | tramp : $(buildinfodir)/tramp$(INFO_EXT) | 659 | tramp : $(buildinfodir)/tramp$(INFO_EXT) |
| 649 | $(buildinfodir)/tramp$(INFO_EXT): ${srcdir}/tramp.texi ${srcdir}/trampver.texi ${gfdl} | 660 | $(buildinfodir)/tramp$(INFO_EXT): ${srcdir}/tramp.texi ${srcdir}/trampver.texi ${gfdl} |
| 650 | $(mkinfodir) | 661 | $(mkinfodir) |