diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/README | 4 | ||||
-rw-r--r-- | Master/README.usergroups | 5 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 1 |
4 files changed, 9 insertions, 3 deletions
diff --git a/Master/README b/Master/README new file mode 100644 index 00000000000..b31779875ca --- /dev/null +++ b/Master/README @@ -0,0 +1,4 @@ +For the introductory information to TeX Live, see the directories +readme-txt.dir (plain text files) or readme-html.dir/ (HTML files). +The material is available in several languages. + diff --git a/Master/README.usergroups b/Master/README.usergroups index fcec9638339..378183cb2c0 100644 --- a/Master/README.usergroups +++ b/Master/README.usergroups @@ -1,4 +1,5 @@ $Id$ -Please see http://tug.org/usergroups.html for a list of TeX user groups. -There are many active user groups in existence, all over the world. +See http://tug.org/usergroups.html for a list of TeX user groups. +Many user groups are active, all over the world. +To support TeX Live and TeX in general, please join the user group near you! diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index a3179808d9c..a78586b4569 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -27,7 +27,7 @@ update_list= # $mydir/htmltext <readme-html.dir/readme.en.html >$temp if $diff readme-txt.dir/README.EN $temp >$temp.en.diff; then - echo " readme-txt.dir/README.EN ok." + echo " README.EN ok." else $chicken $cp $temp readme-txt.dir/README.EN update_list="$update_list readme-txt.dir/README.EN" diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index c2fe5b2eb7c..d473ad40d8e 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -15,6 +15,7 @@ runpattern d readme-html.dir runpattern d readme-txt.dir runpattern d tlpkg/TeXLive runpattern f LICENSE* +runpattern f README runpattern f README* runpattern f index.html runpattern f release-texlive.txt |