Replace digest-doc and sorted-doc C programs with Lisp commands.
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 02:46:06 +0000 (19:46 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 02:46:06 +0000 (19:46 -0700)
commit17284e30244d0dd635708cec51e19bafcd9a528b
tree64514b16853eff98d965b443da8be80cacff99f8
parentaa02a29f612975623ce2f7a7a9906f5a2a14e0ba
Replace digest-doc and sorted-doc C programs with Lisp commands.

* lib-src/digest-doc.c, lib-src/sorted-doc.c: Remove files.
* lib-src/Makefile.in (UTILITIES): Remove digest-doc and sorted-doc.
(digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules.
* lib-src/makefile.w32-in (ALL): Remove digest-doc and sorted-doc.
($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc)
($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules.
(install): Don't install digest-doc.exe or sorted-doc.exe.

* lisp/help-fns.el (doc-file-to-man, doc-file-to-info): New commands.

* doc/lispref/help.texi (Documentation Basics): Remove mentions of
digest-doc and sorted-doc.

* INSTALL, nt/README, nt/README.W32: Do not mention digest-doc and sorted-doc.

* etc/NEWS: Mention this change.
13 files changed:
INSTALL
doc/lispref/ChangeLog
doc/lispref/help.texi
etc/NEWS
lib-src/ChangeLog
lib-src/Makefile.in
lib-src/digest-doc.c [deleted file]
lib-src/makefile.w32-in
lib-src/sorted-doc.c [deleted file]
lisp/ChangeLog
lisp/help-fns.el
nt/README
nt/README.W32