aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2006-06-03 15:30:02 +0000
committerEli Zaretskii2006-06-03 15:30:02 +0000
commit9781fb53c897dc37a13a490e988977758029a3c2 (patch)
tree5debcf05f5e6dca66986ffd84969704bdd98c147 /lib-src/ChangeLog
parent1b178b9902fce72c5e08cb0ef6527615477f510f (diff)
downloademacs-9781fb53c897dc37a13a490e988977758029a3c2.tar.gz
emacs-9781fb53c897dc37a13a490e988977758029a3c2.zip
(ALL): Add sorted-doc and digest-doc.
($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) ($(BLD)/test-distrib.exe): New targets. (sorted-doc, digest-doc, test-distrib): New targets. (install): Install sorted-doc.exe and digest-doc.exe. ($(BLD)/sorted-doc.$(O)): Update dependencies.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c448ac31c5d..eaaa293e293 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,12 @@
12006-06-03 Eli Zaretskii <eliz@gnu.org> 12006-06-03 Eli Zaretskii <eliz@gnu.org>
2 2
3 * makefile.w32-in (ALL): Add sorted-doc and digest-doc.
4 ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe)
5 ($(BLD)/test-distrib.exe): New targets.
6 (sorted-doc, digest-doc, test-distrib): New targets.
7 (install): Install sorted-doc.exe and digest-doc.exe.
8 ($(BLD)/sorted-doc.$(O)): Update dependencies.
9
3 * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. 10 * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
4 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a 11 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
5 terminal device. 12 terminal device.