Mail Archives: djgpp-workers/2001/12/02/14:48:17
Hello.
Below are a couple of fixes for src/docs/kb:
* NT LFN isn't beta anymore.
* The makefile needlessly rebuilds kb.info, since the target is wrong.
OK to commit?
Is it OK to commit small tweaks to the documentation without asking? I
don't mind either way, but I thought it might save list traffic about
trivial changes.
Thanks, bye, Rich =]
--
Richard Dawe
http://www.phekda.freeserve.co.uk/richdawe/
Index: features.txi
===================================================================
RCS file: /cvs/djgpp/djgpp/src/docs/kb/features.txi,v
retrieving revision 1.3
diff -p -u -3 -r1.3 features.txi
--- features.txi 2000/08/22 18:45:44 1.3
+++ features.txi 2001/12/02 19:43:40
@@ -259,8 +259,9 @@ by DOS.
The @sc{djgpp} library features transparent and automatic support for
long file names on Windows 9X AT footnote{Windows NT does not include this
API, therefore @sc{djgpp} programs cannot access long file names on NT
-systems. However, a beta version of a free LFN driver for NT is
-available.}. The @sc{djgpp} startup code queries the system for the
+systems. However, a free LFN driver for NT is available from
+the @file{v2misc/} directory of the DJGPP archive on Simtel.NET.}
+The @sc{djgpp} startup code queries the system for the
availability of the LFN API, and if it's available, all low-level
file-oriented primitives are automatically switched to using the special
LFN-aware functions. This run-time detection of the LFN support means
Index: makefile
===================================================================
RCS file: /cvs/djgpp/djgpp/src/docs/kb/makefile,v
retrieving revision 1.3
diff -p -u -3 -r1.3 makefile
--- makefile 1999/12/14 12:01:23 1.3
+++ makefile 2001/12/02 19:43:40
@@ -3,9 +3,9 @@
TOP=..
include $(TOP)/../makefile.inc
-all :: $(INFO)/kb.inf
+all :: $(INFO)/kb.info
K = $(wildcard *.txi)
-$(INFO)/kb.inf : $K
+$(INFO)/kb.info : $K
makeinfo --no-split kb.txi
- Raw text -