Index: yatex/makefile
===================================================================
--- yatex.orig/makefile	2009-09-18 20:09:36.000000000 +0900
+++ yatex/makefile	2009-09-18 20:10:14.000000000 +0900
@@ -26,7 +26,7 @@
 # LISPDIR	= ${EMACSDIR}/site-packages/lisp/yatex
 DOCDIR	= ${LISPDIR}/docs
 HELPDIR	= ${EMACSDIR}/site-lisp
-INFODIR	= ${PREFIX}/info
+INFODIR	= ${PREFIX}/share/info
 
 TAR	= tar
 INSTALL	= install -c -m 444
Index: yatex/yatexhlp.el
===================================================================
--- yatex.orig/yatexhlp.el	2009-09-18 20:09:53.000000000 +0900
+++ yatex/yatexhlp.el	2009-09-18 20:10:29.000000000 +0900
@@ -13,7 +13,8 @@
 	((and (boundp 'site-directory) site-directory) site-directory)
 	((string-match "\\.app/" doc-directory)	;For Emacs.app(Darwin)
 	 (expand-file-name "../site-lisp" doc-directory))
-	(YaTeX-emacs-19 (expand-file-name "../../site-lisp" doc-directory))
+	(YaTeX-emacs-19 (expand-file-name
+			 "/usr/share/emacs/site-lisp/yatex" doc-directory))
 	(t exec-directory))))
   (defvar YaTeX-help-file
     (expand-file-name help-file help-dir)
