.emacs-my
changeset 324 a32e3536d337
parent 323 7a7dc2befa99
child 325 9b2144595e57
equal deleted inserted replaced
323:7a7dc2befa99 324:a32e3536d337
   520 
   520 
   521 ;; ======================================================================
   521 ;; ======================================================================
   522 ;; Info.
   522 ;; Info.
   523 
   523 
   524 ;; Because of Debian policy documentation covered by FDL license with invariant sections not allowed in packet
   524 ;; Because of Debian policy documentation covered by FDL license with invariant sections not allowed in packet
   525 ;; repository tree. So it must be installed manually. My usually configuration install user local software
   525 ;; repository tree. So it must be installed manually. My usual configuration is install user local software
   526 ;; into ~/usr DISTDIR.
   526 ;; into ~/usr DISTDIR.
   527 (unless (getenv "INFOPATH")
   527 (unless (getenv "INFOPATH")
   528   (setenv "INFOPATH" "~/usr/share/info:"))
   528   (setenv "INFOPATH" "~/usr/share/info:"))
   529 
   529 
   530 ;; ======================================================================
   530 ;; ======================================================================