diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-09 22:19:17 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-09 22:19:17 +0000 |
commit | 0b11782f733db1d754d95ca03bb21550ab1156f1 (patch) | |
tree | 1a335c7f88180b3e4c25d495ad105d2104ecd386 /docs/textdocs | |
parent | 770c8058e2f147eefd41621c4dcf5ca38c2600b7 (diff) | |
download | samba-0b11782f733db1d754d95ca03bb21550ab1156f1.tar.gz samba-0b11782f733db1d754d95ca03bb21550ab1156f1.tar.bz2 samba-0b11782f733db1d754d95ca03bb21550ab1156f1.zip |
Update info about how to generate textdocs
(This used to be commit 48891d2613a93764642ea7474503f33e78363087)
Diffstat (limited to 'docs/textdocs')
-rw-r--r-- | docs/textdocs/README.NOW | 10 |
1 files 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 |