[BACK]Return to ox_texmacs.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / kxx

Diff for /OpenXM/src/kxx/ox_texmacs.c between version 1.33 and 1.34

version 1.33, 2006/03/06 08:55:31 version 1.34, 2006/03/22 00:52:55
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kxx/ox_texmacs.c,v 1.32 2006/03/03 10:55:33 takayama Exp $ */  /* $OpenXM: OpenXM/src/kxx/ox_texmacs.c,v 1.33 2006/03/06 08:55:31 takayama Exp $ */
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
Line 698  static int pngCheck(void) {
Line 698  static int pngCheck(void) {
   if (checked) return ans;    if (checked) return ans;
   checked = 1;    checked = 1;
   if (!getCommandPath("latex")) return 0;    if (!getCommandPath("latex")) return 0;
   if (!getCommandPath("dvips")) return 0;    if (!getCommandPath("dvipng")) return 0;
   if (!getCommandPath("pstoimg")) return 0;  
   ans = 1;  return 1;    ans = 1;  return 1;
 }  }
 static void pngNotAvailable(void) {  static void pngNotAvailable(void) {

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>