diff options
author | kaa <kaa@disroot.org> | 2023-11-09 22:57:12 -0800 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-11-09 22:57:12 -0800 |
commit | 3ff2e62722ff5a51a32961d97dc028c56e00481f (patch) | |
tree | 4a5ccc63c4780be400ef024c7e973365bf51352e /ext/sources | |
parent | 8987d13d3c1a62d2d1db6ecabb29bc76f3529a44 (diff) |
A good copy of libhyphen is included in-tree. Makefile has been modified so as to allow easy compilation. The build path is now a compiled-in constant, allowing for the hyphenation patterns in-tree to be referenced from any directory. Hyphenation language may be specified at runtime using -l.
Diffstat (limited to 'ext/sources')
-rw-r--r-- | ext/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sources b/ext/sources new file mode 100644 index 0000000..5878774 --- /dev/null +++ b/ext/sources @@ -0,0 +1,2 @@ +hyphen-2.8.8.tar.gz: https://downloads.sourceforge.net/hunspell/hyphen-2.8.8.tar.gz +es: https://github.com/sbosio/rla-es |