4 exec_prefix
=@exec_prefix@
5 monodocdir
=@monodocdir@
7 if test "x$1" = x
; then
8 echo Usage is
: mod TOPIC
12 MOD
="@bindir@/@mono_interp@ $MONO_OPTIONS @mono_instdir@/@framework_version@/@exe_name@.exe"
14 if `which lynx >/dev/null 2>&1` > /dev
/null
; then
15 $MOD "$1" | lynx
-dump -stdin -force_html |
${PAGER:-more}
17 tmp
=$HOME/.monodoc-tmp-$$
19 links
-dump -force-html $tmp |
${PAGER:-more}