diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-22 19:46:06 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-22 19:46:06 -0700 |
commit | 17284e30244d0dd635708cec51e19bafcd9a528b (patch) | |
tree | 64514b16853eff98d965b443da8be80cacff99f8 /nt/README | |
parent | aa02a29f612975623ce2f7a7a9906f5a2a14e0ba (diff) | |
download | emacs-17284e30244d0dd635708cec51e19bafcd9a528b.tar.gz |
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.
Diffstat (limited to 'nt/README')
-rw-r--r-- | nt/README | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/nt/README b/nt/README index 175c5550813..d8a12293f58 100644 --- a/nt/README +++ b/nt/README @@ -1,7 +1,7 @@ Emacs for Windows NT/2000 and Windows 95/98/ME - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. See the end of the file for license conditions. This directory contains support for compiling and running GNU Emacs on @@ -61,9 +61,6 @@ a mail spool or POP server to a local user mailbox. See the `Movemail' node of the Emacs manual. - + digest-doc.exe, sorted-doc.exe - Tools for rebuilding the - built-in documentation. - * Further information There is a web page that serves as a FAQ for the Windows port of |