summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-22 20:05:43 +0000
committerKarl Berry <karl@freefriends.org>2021-03-22 20:05:43 +0000
commitdc65310929e208d5ba98dbdc5de9e58e807c0fcc (patch)
treebbc3a63407c4c0f3f996ddebcf0f27a70e841c80
parent3fe549b2315b2c5631049a583d57182e4c7dd4ff (diff)
erroneous README.md commit
git-svn-id: svn://tug.org/texlive/trunk@58621 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/README.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/Master/texmf-dist/README.md b/Master/texmf-dist/README.md
deleted file mode 100644
index 3c498767218..00000000000
--- a/Master/texmf-dist/README.md
+++ /dev/null
@@ -1,24 +0,0 @@
-[![Build Status](https://travis-ci.com/hyphenation/tex-hyphen.svg?branch=master)](https://travis-ci.com/hyphenation/tex-hyphen)
-
-This is the central repository for all hyphenation patterns (that we know of).
-These patterns are encoded in UTF-8, but can also be used with 8-bit TeX
-engines such as pdfTeX with the help of mechanisms provided with the package.
-It is meant to be a low-level package and is integrated with all major TeX
-distributions (TeX Live, MiKTeX, W32TeX); most TeX users should thus not
-concern themselves with this package, unless of course they’re working on the
-hyphenation patterns themselves.
-
-We upload the package to CTAN regularly and use git tags to identify versions;
-a CTAN upload has a version date in the form `yyyy-mm-dd`, corresponding to tag
-`CTAN-yyyy.mm.dd` in this git repository. Because the package contains
-contributions from many different sources that are not updated at the same
-time, we felt this was this best choice for version identifiers.
-
-If you are an author of hyphenation patterns and want to add or update them,
-please contact the maintainers through the mailing list: tex-hyphen@tug.org
-You can also visit the [TeX hyphenation page](http://www.hyphenation.org/tex) for more
-information and technical details.
-
-# Running
-`bundle` (or `bundle install`)
-`bundle exec rake` runs the default task in the Rakefile.