Hi all, I have had this make question that has been bugging me for a long time.
I want to fix some eps files using eps2eps. This is the makefile I use: figure1_fixed.eps: figure1.eps [tab] eps2eps $< $@ (replace [tab] with the tab character) This works fine, but when I have many eps files to convert, I have to repeat the command line many times. A similar problem is this one: figure2.eps: ../../some/other/path/some_long_ugly_filename.eps After lots of googling, I have not been able to find a solution. Is there a way to do this in make, if not, can you suggest another tool that can do this? I have been running into variants of this problem several times. Thanks, Jason -- Jason Friedman Postdoctoral researcher Motor Control and Biomechanics laboratories Department of Kinesiology Pennsylvania State University Phone: +1-814-863-0354 email: [email protected] web: http://www.personal.psu.edu/jxf35 ================================================================= To unsubscribe, send mail to [email protected] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [email protected]
