# HG changeset patch # User Oleksandr Gavenko # Date 1250450810 -10800 # Node ID caee78ca8c4025d604f3fe96e95e35fca91e912f # Parent f3ed60aecfd88673d5351caf860a49e460234f65 About MANPATH on Windows. diff -r f3ed60aecfd8 -r caee78ca8c40 INSTALL --- a/INSTALL Fri Aug 07 10:05:53 2009 +0300 +++ b/INSTALL Sun Aug 16 22:26:50 2009 +0300 @@ -32,11 +32,19 @@ ** Setup MANPATH. -To use woman with cygwin set MANPATH like this: +To use woman with on Windows set MANPATH like this: MANPATH=:/cygdrive/d/home/usr/share/man:/usr/share/man:/usr/local/share/man -To get these paths see \usr\share\misc\man.conf. +for Cygwin or like this: + + MANPATH=/e/home/usr/share/man:/e/bin/MinGW/man + +for MinGW and other case. + +To get man paths on Cygwin see \usr\share\misc\man.conf. + +Also you can set woman-manpath variable. * Особенности для Unix.