Dear All, Dear Dave.

In the last "fink update-all" I did around 10 days ago
transfig-graphicx-3.2.5-1012 was updated to
transfig-graphicx-3.2.5d-1013

I have a shell script that converts an xfig file,
with latex instructions inside, directly to
a .pdf file.  (It uses the latex engine, dvips
and epstopdf)

The script begins with
(see http://cs.nyu.edu/~yap/prog/xfig/how2xfig.html)
  > transfig -L pstex -m 0.5 myfigure.fig
  > make
and the automatically generated makefile should
then produce the myfigure.eps and myfigure.tex

The makefile produced is broken, there is a
line that says
all: myfigure.pstex
thtat should say
all: myfigure.tex

I checked this with another machine where
the transfig update was not done.

I fixed ths in my script (temporarily and uglily) with
sed 's/\.pstex/.tex/' Makefile >./Makefile1
mv Makefile1 Makefile

My machine runs 10.6.8 on an Intel Core 2 Duo.
The issue appears on both the 32 and 64bit fink trees.
Xfig appears to run perfectly ok.

Coud you please help me out?
All the best and thanks,
Eduardo Pestana
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to