summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/minted/Makefile2
-rw-r--r--Master/texmf-dist/doc/latex/minted/README21
-rw-r--r--Master/texmf-dist/doc/latex/minted/minted.pdfbin353283 -> 617189 bytes
3 files changed, 11 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/minted/Makefile b/Master/texmf-dist/doc/latex/minted/Makefile
index bb8877d025a..ae199e79d50 100644
--- a/Master/texmf-dist/doc/latex/minted/Makefile
+++ b/Master/texmf-dist/doc/latex/minted/Makefile
@@ -29,7 +29,7 @@ minted.glo: minted.dtx minted.sty
dist: $(PACKAGE)
@$(RM) minted.zip
- @zip minted.zip $(PACKAGE)
+ @zip minted-$(shell grep '^\\ProvidesPackage' < minted.sty | grep -o '\<v[[:digit:]]*\.[[:digit:]]*\>').zip $(PACKAGE)
clean:
@$(RM) *.aux *.log *.out *.toc *.fdb_latexmk *.ilg *.glo *.gls *.lol
diff --git a/Master/texmf-dist/doc/latex/minted/README b/Master/texmf-dist/doc/latex/minted/README
index f5c4ef1fd6a..9364f4ed335 100644
--- a/Master/texmf-dist/doc/latex/minted/README
+++ b/Master/texmf-dist/doc/latex/minted/README
@@ -1,17 +1,16 @@
-minted -- highlighted source code for LaTeX
+minted — highlighted source code for LaTeX
minted is a package that facilitates expressive syntax highlighting in LaTeX
-using the powerful Pygments library. The package also provides options to
-customize the highlighted source code output using fancyvrb.
+using the Pygments library. The package also provides options to customize
+the highlighted source code output using fancyvrb.
-See the documentation (minted.pdf) for examples and instructions of installation
-and usage.
+See the documentation (minted.pdf) for examples and instructions for
+installation and usage.
-This work may be distributed and/or modified under the conditions of the LaTeX
-Project Public License, either version 1.3 of this license or (at your option)
-any later version.
-Additionally, the project may be distributed under the terms of the new BSD
+This work may be distributed and/or modified under the conditions of the
+LaTeX Project Public License (LPPL), version 1.3 or later. Additionally,
+the project may be distributed under the terms of the 3-Clause ("New") BSD
license.
-For suggestions and bug reports, please go to the project's hosting site at
-http://minted.googlecode.com.
+For suggestions, feature requests, and bug reports, please use the project's
+GitHub site: https://github.com/gpoore/minted.
diff --git a/Master/texmf-dist/doc/latex/minted/minted.pdf b/Master/texmf-dist/doc/latex/minted/minted.pdf
index 892bd29b400..e356fe9d1ab 100644
--- a/Master/texmf-dist/doc/latex/minted/minted.pdf
+++ b/Master/texmf-dist/doc/latex/minted/minted.pdf
Binary files differ