summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/lshort-english/CHANGES6
-rw-r--r--Master/texmf-dist/doc/latex/lshort-english/lshort-4.31.src.tar.gzbin116130 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lshort-english/lshort-5.00.src.tar.gzbin0 -> 120920 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lshort-english/lshort.pdfbin2615604 -> 2693202 bytes
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
5 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-english/CHANGES b/Master/texmf-dist/doc/latex/lshort-english/CHANGES
index 5456b3fc46c..0053b8c1007 100644
--- a/Master/texmf-dist/doc/latex/lshort-english/CHANGES
+++ b/Master/texmf-dist/doc/latex/lshort-english/CHANGES
@@ -1,3 +1,9 @@
+5.0 2010.12.14
+--------------
+*a XeLaTeX documentation added by Axel Kielhorn
+* misc language fixes suggested by Robert Funnell
+* misc language fixes suggested by Jordi Serra i Solanich
+
4.31 2010.06.24
---------------
* fixes for new pgf examples
diff --git a/Master/texmf-dist/doc/latex/lshort-english/lshort-4.31.src.tar.gz b/Master/texmf-dist/doc/latex/lshort-english/lshort-4.31.src.tar.gz
deleted file mode 100644
index 2002b8047bd..00000000000
--- a/Master/texmf-dist/doc/latex/lshort-english/lshort-4.31.src.tar.gz
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lshort-english/lshort-5.00.src.tar.gz b/Master/texmf-dist/doc/latex/lshort-english/lshort-5.00.src.tar.gz
new file mode 100644
index 00000000000..950355f0d22
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lshort-english/lshort-5.00.src.tar.gz
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lshort-english/lshort.pdf b/Master/texmf-dist/doc/latex/lshort-english/lshort.pdf
index 3b60966f6c9..4ad9dfa3c96 100644
--- a/Master/texmf-dist/doc/latex/lshort-english/lshort.pdf
+++ b/Master/texmf-dist/doc/latex/lshort-english/lshort.pdf
Binary files differ
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 41e803ae622..8068cf93357 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3302,8 +3302,10 @@ sub MAKElshort
my $destdir = "$DEST/doc/latex/$package";
&SYSTEM ("mkdir -p $destdir");
&SYSTEM ("$CP -r $packagedir/* $destdir");
- # keep only pdf's to save space.
- &SYSTEM ("cd $destdir && $RM lshort*.ps *lshort*.ps.*z* lshort*.dvi* lshort-*-book.zip");
+ # keep only the main pdf to save space.
+ &SYSTEM ("cd $destdir && $RM lshort*.ps *lshort*.ps.*z* lshort*.dvi");
+ &SYSTEM ("cd $destdir && $RM lshort*-a5.pdf lshort*-letter.pdf");
+ &SYSTEM ("cd $destdir && $RM lshort-*-book.zip");
# remove symlinks such as README.
&SYSTEM ("cd $destdir && find -type l | xargs --no-run-if-empty rm");
}