Rename package from 'nw' to 'novelwriter' (#868)
* Rename nw folder to novelwriter * Rename nw to novelwriter in auxiliary files * Rename nw to novelwriter in main app source * Rename nw to novelwriter in tests * Make setup script for pdf docs less spammy
This commit is contained in:
committed by
GitHub
parent
2cf2eb9f55
commit
3403d98c72
@@ -0,0 +1,12 @@
|
||||
## Dictionary Conversion
|
||||
|
||||
Source: https://ftp.gnu.org/gnu/aspell/dict/0index.html
|
||||
|
||||
```
|
||||
./configure
|
||||
make
|
||||
|
||||
aspell --dict-dir=. -d en dump master > en.dict
|
||||
aspell --dict-dir=. -d en_GB-ise-w_accents dump master > en_GB.dict
|
||||
aspell --dict-dir=. -d en_US-w_accents dump master > en_US.dict
|
||||
```
|
||||
Reference in New Issue
Block a user