From 0af5edf919cc954e1273c92dee4f3264cdb46d80 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 9 Apr 2003 22:18:45 +0000 Subject: Update info about how to generate text docs (This used to be commit 101abce5a18064ccc9fbc585ef7a2aa082fde706) --- docs/textdocs/README.NOW | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/textdocs/README.NOW b/docs/textdocs/README.NOW index 1184a9d057..dda607097b 100644 --- a/docs/textdocs/README.NOW +++ b/docs/textdocs/README.NOW @@ -1,8 +1,6 @@ -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 +All old text documents have been converted to docbook. +To create ASCII versions of the official documentation +run the following command in ../docbook/: + $ make txt -- cgit