diff options
-rw-r--r-- | Build/source/texk/tetex/fmtutil.cnf | 5 | ||||
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/Makefile.in | 2 | ||||
-rw-r--r-- | Master/texmf/web2c/fmtutil.cnf | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/metapost.tlpsrc | 2 |
7 files changed, 9 insertions, 14 deletions
diff --git a/Build/source/texk/tetex/fmtutil.cnf b/Build/source/texk/tetex/fmtutil.cnf index 5ef629c22c5..2a182b0f3e3 100644 --- a/Build/source/texk/tetex/fmtutil.cnf +++ b/Build/source/texk/tetex/fmtutil.cnf @@ -50,7 +50,6 @@ cont-en xetex cont-usr.tex -8bit *cont-en.ini #! cont-it pdftex cont-usr.tex -8bit *cont-it.ini #! cont-nl pdftex cont-usr.tex -8bit *cont-nl.ini #! cont-ro pdftex cont-usr.tex -8bit *cont-ro.ini -metafun mpost - metafun.mp # # from cslatex: cslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini @@ -80,10 +79,6 @@ dviluatex luatex language.def,language.dat.lua dviluatex.ini # from metafont: mf mf-nowin - -translate-file=cp227.tcx mf.ini # -# from metapost: -mpost mpost - mpost.mp -mfplain mpost - mfplain.ini -# # from mex: mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini diff --git a/Build/source/texk/texlive/linked_scripts/ChangeLog b/Build/source/texk/texlive/linked_scripts/ChangeLog index f58a2fcc9eb..6e4dc6e9d53 100644 --- a/Build/source/texk/texlive/linked_scripts/ChangeLog +++ b/Build/source/texk/texlive/linked_scripts/ChangeLog @@ -1,3 +1,8 @@ +2011-05-28 Karl Berry <karl@tug.org> + + * Makefile.am (bin_links): add mpost:metafun and mpost:mfplain + since mpost no longer has mem files. + 2011-02-28 Peter Breitenlohner <peb@mppmu.mpg.de> * scripts.lst (new): Lists of texmf and texmf-dist scripts. diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am index a43f2e355c1..6eddadc5eb8 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.am +++ b/Build/source/texk/texlive/linked_scripts/Makefile.am @@ -128,6 +128,8 @@ nobase_dist_texmf_dist_scripts_SCRIPTS = \ # Symlinks within $(bindir): FILE:LINK indicates LINK->FILE bin_links = \ epstopdf:repstopdf \ + mpost:metafun \ + mpost:mfplain \ pdfcrop:rpdfcrop # The idea is to install the scripts themselves in texmf*/scripts, and diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in index c366a6c27b8..cc4c1efb45e 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.in +++ b/Build/source/texk/texlive/linked_scripts/Makefile.in @@ -268,6 +268,8 @@ nobase_dist_texmf_dist_scripts_SCRIPTS = \ # Symlinks within $(bindir): FILE:LINK indicates LINK->FILE bin_links = \ epstopdf:repstopdf \ + mpost:metafun \ + mpost:mfplain \ pdfcrop:rpdfcrop diff --git a/Master/texmf/web2c/fmtutil.cnf b/Master/texmf/web2c/fmtutil.cnf index 5ea96eb96c1..b92148cf992 100644 --- a/Master/texmf/web2c/fmtutil.cnf +++ b/Master/texmf/web2c/fmtutil.cnf @@ -50,7 +50,6 @@ cont-en xetex cont-usr.tex -8bit *cont-en.ini #! cont-it pdftex cont-usr.tex -8bit *cont-it.ini #! cont-nl pdftex cont-usr.tex -8bit *cont-nl.ini #! cont-ro pdftex cont-usr.tex -8bit *cont-ro.ini -metafun mpost - metafun.mp # # from cslatex: cslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini @@ -80,10 +79,6 @@ dviluatex luatex language.def,language.dat.lua dviluatex.ini # from metafont: mf mf-nowin - -translate-file=cp227.tcx mf.ini # -# from metapost: -mpost mpost - mpost.mp -mfplain mpost - mfplain.ini -# # from mex: mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini diff --git a/Master/tlpkg/tlpsrc/context.tlpsrc b/Master/tlpkg/tlpsrc/context.tlpsrc index 4c4958a1fda..b8aef4c92de 100644 --- a/Master/tlpkg/tlpsrc/context.tlpsrc +++ b/Master/tlpkg/tlpsrc/context.tlpsrc @@ -27,8 +27,6 @@ execute AddFormat name=cont-nl mode=disabled engine=pdftex \ execute AddFormat name=cont-ro mode=disabled engine=pdftex \ patterns=cont-usr.tex options="-8bit *cont-ro.ini" # -execute AddFormat name=metafun engine=mpost options="metafun.mp" -# # contnav, hans, hans-sh fonts. execute addMap original-context-symbol.map # diff --git a/Master/tlpkg/tlpsrc/metapost.tlpsrc b/Master/tlpkg/tlpsrc/metapost.tlpsrc index 50fa06d59ea..a1b457bb10a 100644 --- a/Master/tlpkg/tlpsrc/metapost.tlpsrc +++ b/Master/tlpkg/tlpsrc/metapost.tlpsrc @@ -1,8 +1,6 @@ execute addMap troff-updmap.map # depend kpathsea -execute AddFormat name=mpost engine=mpost options=mpost.mp -execute AddFormat name=mfplain engine=mpost options=mfplain.ini # srcpattern f ignore # |