summarylogtreecommitdiffstats
path: root/neatroff-suite.install
blob: 8605e3cd879996f7645e1e5697f9e9ac7a357284 (plain)
1
2
3
4
5
6
7
8
9
post_install(){
  echo "==> For hyphenation, you could use \`.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 "      en-us, de-1996, fr, es, it and ru"
}