From 280fb471191bf68be050a8e13a620262705b56d4 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 26 Oct 2009 03:02:52 +0000 Subject: * share/tex/open-axiom.sty: New. * share/Makefile.in (FILES): Update. ($(axiom_target_texdir)/open-axiom.sty): New rule. * lib/cfuns-c.c (oa_spawn)[__WIN32__]: Return exit status if in overlay mode. * include/open-axiom.h (OPENAXIOM_TEXINPUTS_PATH): Tidy. (OPENAXIOM_BIBINPUTS_PATH): Likewise. * driver/utils.c (print_usage): Document --execute option. --- src/include/open-axiom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/open-axiom.h') diff --git a/src/include/open-axiom.h b/src/include/open-axiom.h index 67f378d7..fd0e7326 100644 --- a/src/include/open-axiom.h +++ b/src/include/open-axiom.h @@ -110,8 +110,8 @@ typedef enum openaxiom_spawn_flags { /* Paths to LaTeX input support file directories. These paths are relative to system directory. */ -#define OPENAXIOM_TEXINPUTS_PATH "/share/tex" -#define OPENAXIOM_BIBINPUTS_PATH "/share/tex" +#define OPENAXIOM_TEXINPUTS_PATH "/share/texmf/tex" +#define OPENAXIOM_BIBINPUTS_PATH "/share/texmf/tex" /* The function sleep() is not available under Windows. Instead, they have Sleep(); with capital S, please. Furthermore, it does not -- cgit v1.2.3