diff options
author | Gerald Carter <jerry@samba.org> | 2001-11-12 03:24:16 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-11-12 03:24:16 +0000 |
commit | 1aa042f5a19c2c805dba69d4664e4bacc87ad7af (patch) | |
tree | 74ad75abf6cbebbd4944b2661d85882b4f095064 | |
parent | 3b824f408b321d2dfc033f93ee7db7dcf23e3904 (diff) | |
download | samba-1aa042f5a19c2c805dba69d4664e4bacc87ad7af.tar.gz samba-1aa042f5a19c2c805dba69d4664e4bacc87ad7af.tar.xz samba-1aa042f5a19c2c805dba69d4664e4bacc87ad7af.zip |
Added note about converting the html files into text
-rw-r--r-- | docs/textdocs/README.NOW | 8 |
1 files changed, 8 insertions, 0 deletions
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 + + |