texlive[66264]

commits+lscarso at tug.org commits+lscarso at tug.org
Tue Feb 28 23:05:16 CET 2023


Revision: 66264
          http://tug.org/svn/texlive?view=revision&revision=66264
Author:   lscarso
Date:     2023-02-28 23:05:16 +0100 (Tue, 28 Feb 2023)
Log Message:
-----------
Fixed Makefile to compile source-manual

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/metapost/base/source-manual/Makefile

Modified: trunk/Master/texmf-dist/doc/metapost/base/source-manual/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/metapost/base/source-manual/Makefile	2023-02-28 21:05:07 UTC (rev 66263)
+++ trunk/Master/texmf-dist/doc/metapost/base/source-manual/Makefile	2023-02-28 22:05:16 UTC (rev 66264)
@@ -5,8 +5,9 @@
 RM = -rm -f
 latex = latex
 pdflatex = pdflatex
-# texexec is no longer in TL, with the advent of lmtx.
-#contextpdf = texexec
+# texexec is no longer in TL, with the advent of lmtx;
+# context --luatex should run now ConTeXt MkIV
+contextpdf = context --luatex 
 #contextdvi = texexec --dvi
 dvips = dvips
 bibtex = bibtex
@@ -15,7 +16,6 @@
 
 all: pdf
 pdf: mpman.pdf mpgraph.pdf mpboxes.pdf #mplibapi.pdf
-ps: mpman.ps mpgraph.ps mpboxes.ps mplibapi.ps
 
 mplibapi.pdf: mplibapi.tex
 	mv -f mpgraph.mp mpgraph.saved
@@ -47,46 +47,11 @@
 	$(mkindex) mpman
 	$(pdflatex) mpman
 
-mplibapi.ps: mplibapi.tex
-	mv -f mpgraph.mp mpgraph.saved
-	$(contextdvi) mplibapi
-	mv -f mpgraph.saved mpgraph.mp
-	$(dvips) mplibapi
 
-mpboxes.ps: mpboxes.tex mpboxes.bib mpboxes.mp
-	$(mpost) mpboxes
-	$(latex) mpboxes
-	$(bibtex) mpboxes
-	$(latex) mpboxes
-	$(latex) mpboxes
-	$(mkindex) mpboxes
-	$(latex) mpboxes
-	$(dvips) mpboxes
-
-mpgraph.ps: mpgraph.tex mpgraph.bib mpgraph.mp
-	$(mpost) mpgraph
-	$(latex) mpgraph
-	$(bibtex) mpgraph
-	$(latex) mpgraph
-	$(latex) mpgraph
-	$(dvips) mpgraph
-
-mpman.ps: mpman.tex mpman-app-legacy.tex mpman-app-optab.tex mpman-app-refman.tex mpman.bib mpman.ist mpman.mp charts.mp mpman-charts.mp
-	$(mpost) mpman
-	$(mpost) mpman-charts
-	$(latex) mpman
-	$(bibtex) mpman
-	$(latex) mpman
-	$(latex) mpman
-	$(mkindex) mpman
-	$(latex) mpman
-	$(dvips) mpman
-
 # Install the pdf files into a TL runtime (separate repository).
 install_files  = grdemo-doc.pdf grdemo.pdf
 install_files += mpboxes.pdf mpgraph.pdf
 install_files += mpman.pdf
-# 2023: leaving out mplibapi.pdf since I don't know how to build it.
 #
 # Clearly not a suitable destination directory for anyone else :). --karl.
 tldocdir = /home/texlive/karl/Master/texmf-dist/doc/metapost/base



More information about the tex-live-commits mailing list.