Description: fix info path to be compliant with FHS.
Origin:      vendor
Author:      Junichi Uekawa <dancer@debian.org>

Index: yatex/makefile
===================================================================
--- yatex.orig/makefile	2012-02-11 23:26:52.620555260 +0900
+++ yatex/makefile	2012-02-11 23:27:05.620619724 +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	2012-02-11 23:26:52.680555558 +0900
+++ yatex/yatexhlp.el	2012-02-11 23:27:05.620619724 +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)
