[tex-live] makempx temp shell script packaged into texlive-metapost

Karl Berry karl at freefriends.org
Sat May 19 23:44:15 CEST 2007


 	$(INSTALL_LIBTOOL_PROG) dmp $(bindir)
 	$(INSTALL_LIBTOOL_PROG) mpto $(bindir)
    -	$(INSTALL_SCRIPT) makempx $(scriptdir)/makempx
    +	$(INSTALL_LIBTOOL_PROG) makempx $(scriptdir)/makempx

Thanks.

Also, since makempx is a binary now (which is also the reason why
INSTALL_LIBTOOL_PROG is needed), I believe it should be installed in
$(bindir), not $(scriptdir).  (Although these are usually the same.)

So I installed the change below in TeX Live for starters.  Taco, ok with
you if I put it into mp?

k

--- /home/texlive/trunk/Build/source/texk/web2c/mpware/Makefile.in	2006-11-28 14:24:53.000000000 +0100
+++ /home/texlive/karl/Build/source/texk/web2c/mpware/Makefile.in	2007-05-19 23:39:24.000000000 +0200
@@ -51,3 +51,3 @@
 	$(INSTALL_LIBTOOL_PROG) mpto $(bindir)
-	$(INSTALL_SCRIPT) makempx $(scriptdir)/makempx
+	$(INSTALL_LIBTOOL_PROG) makempx $(bindir)
 install-data:


More information about the tex-live mailing list