diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-06-04 13:36:26 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-06-04 13:36:26 +0000 |
commit | b61d8a0080a5927d31ad4fbfff9fd5d98b18eef1 (patch) | |
tree | b998cbb1013fb2cf760e38094a4b265f286a4ddd /Build/source | |
parent | d6180b0ada236b2dd8f5a18d237420dd67d8e397 (diff) |
Remove the no longer existing 'metafun' command
git-svn-id: svn://tug.org/texlive/trunk@22776 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/mplibdir/ChangeLog | 8 | ||||
-rw-r--r-- | Build/source/texk/web2c/mplibdir/am/mplib.am | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/ChangeLog b/Build/source/texk/texlive/linked_scripts/ChangeLog index 7af7da82e24..52f092f47d4 100644 --- a/Build/source/texk/texlive/linked_scripts/ChangeLog +++ b/Build/source/texk/texlive/linked_scripts/ChangeLog @@ -1,8 +1,8 @@ 2011-05-30 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (bin_links): Move mpost:metafun and mpost:mfplain - from here to ../../web2c/mplibdir/, where we also install the - call_mpost.exe wrapper binary for WIN32/MinGW. + from here to ../../web2c/mplibdir/am/mplib.am, where we also + install the call_mpost.exe wrapper binary for WIN32/MinGW. 2011-05-28 Karl Berry <karl@tug.org> diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index af8688d6214..862138e9701 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -115,7 +115,7 @@ DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \ @MP_TRUE@@WIN32_TRUE@am__append_19 = call_mpost @MP_TRUE@@WIN32_TRUE@am__append_20 = install-mpost-links @MP_TRUE@@WIN32_TRUE@am__append_21 = uninstall-mpost-links -@MP_TRUE@@WIN32_FALSE@am__append_22 = mpost$(EXEEXT):dvitomp mpost$(EXEEXT):metafun mpost$(EXEEXT):mfplain +@MP_TRUE@@WIN32_FALSE@am__append_22 = mpost$(EXEEXT):dvitomp mpost$(EXEEXT):mfplain @MP_TRUE@am__append_23 = $(mp_tests) @MP_TRUE@am__append_24 = pltotf tftopl @MP_TRUE@am__append_25 = mptrap.diffs @@ -8973,11 +8973,9 @@ trap-clean: .PHONY: install-mpost-links uninstall-mpost-links @WIN32_TRUE@install-mpost-links: call_mpost$(EXEEXT) @WIN32_TRUE@ $(INSTALL_PROGRAM) call_mpost$(EXEEXT) $(DESTDIR)$(bindir)/dvitomp$(EXEEXT) -@WIN32_TRUE@ $(INSTALL_PROGRAM) call_mpost$(EXEEXT) $(DESTDIR)$(bindir)/metafun$(EXEEXT) @WIN32_TRUE@ $(INSTALL_PROGRAM) call_mpost$(EXEEXT) $(DESTDIR)$(bindir)/mfplain$(EXEEXT) @WIN32_TRUE@uninstall-mpost-links: @WIN32_TRUE@ rm -f $(DESTDIR)$(bindir)/dvitomp$(EXEEXT) -@WIN32_TRUE@ rm -f $(DESTDIR)$(bindir)/metafun$(EXEEXT) @WIN32_TRUE@ rm -f $(DESTDIR)$(bindir)/mfplain$(EXEEXT) mpost.c: ctangle$(EXEEXT) mplibdir/mpost.w diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index f653ba77876..a2f7136570e 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,7 +1,11 @@ +2011-06-04 Peter Breitenlohner <peb@mppmu.mpg.de> + + * am/mplib.am (bin_links): Remove no longer existing 'metafun'. + 2011-05-31 Peter Breitenlohner <peb@mppmu.mpg.de> - * Makefile.am (bin_links): Move mpost:metafun and mpost:mfplain - from ../../texlive/linked_scripts/ to here. + * am/mplib.am (bin_links): Move mpost:metafun and mpost:mfplain + from ../../texlive/linked_scripts/Makefile.am to here. [MinGW]: Build call_mpost.exe wrapper binary and install as dvitomp.exe, metafun.exe, amd mfplain.exe. diff --git a/Build/source/texk/web2c/mplibdir/am/mplib.am b/Build/source/texk/web2c/mplibdir/am/mplib.am index ca8c52a512b..d544dcf6303 100644 --- a/Build/source/texk/web2c/mplibdir/am/mplib.am +++ b/Build/source/texk/web2c/mplibdir/am/mplib.am @@ -12,7 +12,7 @@ noinst_PROGRAMS += call_mpost install_exe_links += install-mpost-links uninstall_exe_links += uninstall-mpost-links else !WIN32 -bin_links += mpost$(EXEEXT):dvitomp mpost$(EXEEXT):metafun mpost$(EXEEXT):mfplain +bin_links += mpost$(EXEEXT):dvitomp mpost$(EXEEXT):mfplain endif !WIN32 endif MP EXTRA_PROGRAMS += mpost @@ -29,11 +29,9 @@ call_mpost_LDADD = if WIN32 install-mpost-links: call_mpost$(EXEEXT) $(INSTALL_PROGRAM) call_mpost$(EXEEXT) $(DESTDIR)$(bindir)/dvitomp$(EXEEXT) - $(INSTALL_PROGRAM) call_mpost$(EXEEXT) $(DESTDIR)$(bindir)/metafun$(EXEEXT) $(INSTALL_PROGRAM) call_mpost$(EXEEXT) $(DESTDIR)$(bindir)/mfplain$(EXEEXT) uninstall-mpost-links: rm -f $(DESTDIR)$(bindir)/dvitomp$(EXEEXT) - rm -f $(DESTDIR)$(bindir)/metafun$(EXEEXT) rm -f $(DESTDIR)$(bindir)/mfplain$(EXEEXT) endif WIN32 |