|
From: Andrea R. <ari...@pi...> - 2005-09-08 17:05:14
|
On Sep 7, 2005, at 7:33 PM, Andre Wobst wrote: > Well, I don't understand that. It is correct, that the pdf version of > the manual depends on the eps target. Note, that the pdf target just > runs all python files for the figures and they create a eps and a pdf > version of that very figure at the same time. Probably we don't understand each other. What I said (or at least tried to) is that in the Makefile that comes with 0.8.1 tarball the pdf version of the manual *does not* depend on the eps target. The original Makefile reads: > manual.pdf: $(src) while it should read: > manual.pdf: $(src) eps Correcting the Makefile in this way solves the problem. Regarding the other issue, the workaround proposed by Micheal works and I've adopted it for the Fink's package that I'm setting up. Hope to have been clear this time. Cheers, Andrea. |