--- doc/help/texxml2latex.pl 2002/07/31 14:55:11 1.3 +++ doc/help/texxml2latex.pl 2003/07/01 18:20:52 1.4 @@ -33,7 +33,7 @@ use GDBM_File; # accept texxml document on standard in my $p = HTML::TokeParser->new( $ARGV[0] ); -my $dirprefix = "/home/httpd/html/adm/help/tex/"; +my $dirprefix = "../../loncom/html/adm/help/tex/"; # Print the header open (LATEX_FILE, $dirprefix . "Latex_Header.tex");