From 1aa042f5a19c2c805dba69d4664e4bacc87ad7af Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 12 Nov 2001 03:24:16 +0000 Subject: Added note about converting the html files into text --- docs/textdocs/README.NOW | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/textdocs/README.NOW diff --git a/docs/textdocs/README.NOW b/docs/textdocs/README.NOW new file mode 100644 index 00000000000..1184a9d057f --- /dev/null +++ b/docs/textdocs/README.NOW @@ -0,0 +1,8 @@ +The files in the directory have either yet to +converted into SGML/DocBook format or are outdated. +To create ASCII versions of the documentation +in the ../htmldocs/ directory, run + + $ lynx -dump file.html > file.txt + + -- cgit