diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-22 00:22:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-22 00:22:16 +0000 |
commit | 3cc54a8b96c61074975c532b73fa92656ec6bb67 (patch) | |
tree | cd2ec4da3bd63bf5aa3d5b33bbca984708ee5c4b | |
parent | a0d9230b9a3ea179910d642f1894fcc30b6d54f9 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45375 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/build-aux/depcomp | 35 | ||||
-rwxr-xr-x | Build/source/utils/autosp/autosp-src/depcomp | 35 | ||||
-rw-r--r-- | Master/doc.html | 24 |
3 files changed, 86 insertions, 8 deletions
diff --git a/Build/source/build-aux/depcomp b/Build/source/build-aux/depcomp index 4527c6411f3..5ff3c6feb4b 100755 --- a/Build/source/build-aux/depcomp +++ b/Build/source/build-aux/depcomp @@ -251,6 +251,41 @@ hp) exit 1 ;; +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like '#:fec' to the end of the + # dependency line. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" + echo >> "$depfile" + # The second pass generates a dummy entry for each header file. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" + ;; + xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, diff --git a/Build/source/utils/autosp/autosp-src/depcomp b/Build/source/utils/autosp/autosp-src/depcomp index 4527c6411f3..5ff3c6feb4b 100755 --- a/Build/source/utils/autosp/autosp-src/depcomp +++ b/Build/source/utils/autosp/autosp-src/depcomp @@ -251,6 +251,41 @@ hp) exit 1 ;; +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like '#:fec' to the end of the + # dependency line. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" + echo >> "$depfile" + # The second pass generates a dummy entry for each header file. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" + ;; + xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, diff --git a/Master/doc.html b/Master/doc.html index 040eca977c3..6dc67551425 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -7067,7 +7067,10 @@ Create glossaries and lists of acronyms <a href="texmf-dist/doc/latex/glossaries/samples/sampletree.pdf">sampletree.pdf</a>, <a href="texmf-dist/doc/latex/glossaries/samples/sampleutf8.pdf">sampleutf8.pdf</a>, <a href="texmf-dist/doc/latex/glossaries/samples/samplexdy.pdf">samplexdy.pdf</a>, -<a href="texmf-dist/doc/latex/glossaries/samples/samplexdy2.pdf">samplexdy2.pdf</a>. +<a href="texmf-dist/doc/latex/glossaries/samples/samplexdy2.pdf">samplexdy2.pdf</a>, +<a href="texmf-dist/doc/latex/glossaries/samples/samplexdy3.pdf">samplexdy3.pdf</a>, +<a href="texmf-dist/doc/man/man1/makeglossaries-lite.man1.pdf">makeglossaries-lite.man1.pdf</a>, +<a href="texmf-dist/doc/man/man1/makeglossaries.man1.pdf">makeglossaries.man1.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/glossaries-danish">glossaries-danish</a></b>:<small> @@ -14796,6 +14799,11 @@ Typeset matrices and arrays with spaces and semicolons as delimiters. <a href="texmf-dist/doc/latex/spalign/spalign.pdf">spalign.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/spark-otf">spark-otf</a></b>:<small> +Support OpenType Spark fonts +<a href="texmf-dist/doc/latex/spark-otf/spark-otf-doc.pdf">spark-otf-doc.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/sparklines">sparklines</a></b>:<small> Drawing sparklines: intense, simple, wordlike graphics <a href="texmf-dist/doc/latex/sparklines/sparklines.pdf">sparklines.pdf</a>. @@ -15290,7 +15298,7 @@ Format systems of equations <h2 id="letter-T">T</h2> -<ol start="2360"> +<ol start="2361"> <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small> Draw tangles, trees, Hopf algebra operations and other pictures @@ -16951,7 +16959,7 @@ Print a typographic grid <h2 id="letter-U">U</h2> -<ol start="2584"> +<ol start="2585"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small> University of Arizona thesis and dissertation format @@ -17279,7 +17287,7 @@ University of Washington thesis class <h2 id="letter-V">V</h2> -<ol start="2641"> +<ol start="2642"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals @@ -17483,7 +17491,7 @@ Variable-width multiple text columns <h2 id="letter-W">W</h2> -<ol start="2675"> +<ol start="2676"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages @@ -17609,7 +17617,7 @@ Extend LaTeX's cross-reference system <h2 id="letter-X">X</h2> -<ol start="2693"> +<ol start="2694"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments @@ -18029,7 +18037,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="2751"> +<ol start="2752"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages @@ -18098,7 +18106,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="2762"> +<ol start="2763"> <li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small> Typesetting Z and CSP format specifications |