summarylogtreecommitdiffstats
path: root/neatroff-hyph.install
blob: 6a087bae91ea7c6721a400edc3798f3f1e281aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install(){
  echo "==> To use hyphenation files, there's \`.hyph' macro, for example:"
  echo "      .hyph de-1996"
  echo "    or"
  echo "      .hyph+ de-1996 (without clearing the previous hyphenation patterns)"
  echo "    Languages available (by default):"
  echo "      af, as, be, bg, bn, ca, cop, cs, cu, cy, da,"
  echo "      de-1901, de-1996, de-ch-1901, el-monoton, el-polyton,"
  echo "      en-gb, en-us, eo, es, et, eu,"
  echo "      fi, fr, fur, ga, gl, grc, gu, hi, hr, hsb, hu, hy, ia, id, is, it, ka, kmr, kn,"
  echo "      la, la-x-classic, la-x-liturgic,"
  echo "      lt, lv, ml, mn-cyrl, mr, mul-ethi, nb, nl, nn, oc, or, pa, pl, pms, pt, rm,"
  echo "      ro, ru, sa, sh-cyrl, sh-latn, sk, sl, sr-cyrl, sv, ta, te, th, tk, tr, uk,"
  echo "      zh-latn-pinyin"
}