diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 19:35:09 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 19:35:09 +0300 |
commit | a9060cc06bee66e12fe16644511f181a4b0cdbd3 (patch) | |
tree | 8778fe5d1ab1e6eefee29b357ee5b585f5b7ad30 /lib/dict | |
parent | 1206371abb0d786be1d5ee4201ff864680e2387b (diff) | |
download | plan9front-a9060cc06bee66e12fe16644511f181a4b0cdbd3.tar.xz |
Import sources from 2011-03-30 iso image - lib
Diffstat (limited to 'lib/dict')
-rwxr-xr-x | lib/dict/README.pgw | 7 | ||||
-rwxr-xr-x | lib/dict/README.roget | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/dict/README.pgw b/lib/dict/README.pgw new file mode 100755 index 000000000..924bc408b --- /dev/null +++ b/lib/dict/README.pgw @@ -0,0 +1,7 @@ +To get the Project Gutenberg dictionary use + + 9fs sources + cp /n/sources/extra/pgw.tar.bz2 /tmp + cd /lib/dict + bunzip2 < /tmp/pgw.tar.bz2 | tar x + diff --git a/lib/dict/README.roget b/lib/dict/README.roget new file mode 100755 index 000000000..4047faaf7 --- /dev/null +++ b/lib/dict/README.roget @@ -0,0 +1,5 @@ +To get the Project Gutenberg Roget's thesaurus use + + 9fs sources + cp /n/sources/extra/roget/* /lib/dict + |