Switch dvips options from "-o -" to "-f". Should do the same thing, but
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 7 Jan 2004 11:53:18 +0000 (11:53 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 7 Jan 2004 11:53:18 +0000 (11:53 +0000)
now also works with the version from FreeBSD ports.

math/README
math/render.ml

index 90978de..1f0f5e4 100644 (file)
@@ -19,4 +19,4 @@ texvc output format is like that:
 
 
 
-(GNU make is required to compile; if 'make' fails, try 'gmake'.)
\ No newline at end of file
+(GNU make is required to compile; if 'make' fails, try 'gmake'.)
index 9f1e823..d4bc9ad 100644 (file)
@@ -1,4 +1,4 @@
-let cmd_dvips tmpprefix = "dvips -R -E " ^ tmpprefix ^ ".dvi -o -"
+let cmd_dvips tmpprefix = "dvips -R -E " ^ tmpprefix ^ ".dvi -f"
 let cmd_latex tmpprefix = "latex " ^ tmpprefix ^ ".tex >/dev/null"
 let cmd_convert finalpath = "convert -quality 100 -density 120 ps:- " ^ finalpath ^ " >/dev/null 2>/dev/null"