From: Daniel W. B. <da...@bu...> - 2003-12-02 03:27:14
|
There's a problem (at least on my system) in the makefile for the PyX manual. Currently, building manual.ps causes the command "dvips manual.dvi" to be executed. In the stock configuration for dvips 5.92b, this sends the output to the printer! The fix is to explicitly provide an output file with "-omanual.ps". i.e. manual.ps: manual.dvi dvips manual.dvi -omanual.ps Cheers. -Dan |