diff options
| author | Glenn Morris | 2013-01-04 01:43:08 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-04 01:43:08 -0800 |
| commit | 92d596112248baecbe6789d450d8e8ea405de19b (patch) | |
| tree | fde6934fd2726857f80fb6711594344f759bbbb6 /info | |
| parent | f99ced353f1e6d41f085d6325b0182ed2d644753 (diff) | |
| download | emacs-92d596112248baecbe6789d450d8e8ea405de19b.tar.gz emacs-92d596112248baecbe6789d450d8e8ea405de19b.zip | |
Add htmlfontify manual to build process
* doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
Add htmlfontify.
(htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
(htmlfontify.dvi, htmlfontify.pdf): New targets.
* doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
Add htmlfontify.
($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
* info/dir: Add htmlfontify.
Diffstat (limited to 'info')
| -rw-r--r-- | info/dir | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -74,6 +74,7 @@ Emacs misc features | |||
| 74 | * Flymake: (flymake). A universal on-the-fly syntax checker. | 74 | * Flymake: (flymake). A universal on-the-fly syntax checker. |
| 75 | * Forms: (forms). Emacs package for editing data bases | 75 | * Forms: (forms). Emacs package for editing data bases |
| 76 | by filling in forms. | 76 | by filling in forms. |
| 77 | * Htmlfontify: (htmlfontify). Convert source code to html. | ||
| 77 | * PCL-CVS: (pcl-cvs). Emacs front-end to CVS. | 78 | * PCL-CVS: (pcl-cvs). Emacs front-end to CVS. |
| 78 | * RefTeX: (reftex). Emacs support for LaTeX cross-references | 79 | * RefTeX: (reftex). Emacs support for LaTeX cross-references |
| 79 | and citations. | 80 | and citations. |