Setup INFOPATH for Cygwin.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 11 Apr 2010 22:07:37 +0300
changeset 383 05d5f28e9ff5
parent 382 bebb0803780f
child 384 8cd0510b6567
Setup INFOPATH for Cygwin.
INSTALL
--- a/INSTALL	Tue Apr 06 22:50:47 2010 +0300
+++ b/INSTALL	Sun Apr 11 22:07:37 2010 +0300
@@ -31,12 +31,14 @@
 
 ** Setup INFOPATH.
 
-To browse info file inside Emacs set INFOPATH like this:
+To browse info file inside Emacs set INFOPATH like this for Cygwin:
+
+  INFOPATH=e:/opt/cygwin/usr/share/info;e:/home/usr/share/info;e:/bin/gnuwin32/info;e:/bin/gnuwin32/share/info:
+
+and like this for MinGW:
 
   INFOPATH=e:/bin/gnutls/share/info;e:/bin/gnuwin32/info;e:/bin/gnuwin32/share/info;e:/bin/MinGW/info;e:/bin/MinGW/share/info;e:/bin/wget/info:
 
-for MinGW.
-
 Note that last colon symbol is essential for include also Emacs info to list.
 
 * GTD (org-mode).