--- Makefile Thu Jun 22 18:39:42 2000 +++ Makefile.new Tue Nov 5 13:05:07 2002 @@ -26,13 +26,13 @@ ### you need to localize the paths on these lines #WISH = /usr/sww/tcl-8.3/bin/wish -WISH = /private/share/bin/wish +WISH = __PREFIX/bin/wish8.4 #WISH = /private/share/bin/wish8.3 #WISH = /usr/local/bin/wish8.3 # the executable `tkman' is placed in BINDIR # this should be a directory that's in your bin PATH -BINDIR = /private/share/bin +BINDIR = __PREFIX/bin #BINDIR = /usr/local/bin @@ -81,9 +81,9 @@ # will examine for matches if a search in the usual locations fails while searching # for a man pages and displaying its associated binaries (if any). # Use this feature carefully as a large number of directories can slow down startup. -mastermen = "/usr/man /usr/local/man" +mastermen = "/usr/share/man /usr/local/man /opt/local/man /usr/X11R6/man" #mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man" -masterbin = "/usr/bin /usr/local/bin" +masterbin = "/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin" #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin" @@ -114,7 +114,7 @@ # Lines are cached in .../man/cat@; # that is, the line length is appended to the usual cache directory names #manformat = {groff -te -Tascii -man /tmp/ll -} -manformat = {groff -te -Tlatin1 -man /tmp/ll -} +#manformat = {groff -te -Tlatin1 -man /tmp/ll -} # Ultrix users should uncomment the following line (you don't have eqn) #manformat = {tbl | nroff -man } # HP-UX uses a number of macros that groff doesn't define, so use the builtin nroff @@ -122,7 +122,7 @@ # space between the .de and the macro name, and groff doesn't like this.) #manformat = {tbl | neqn | nroff -man } # BSD macros (.Sh, .Ss, .PP, ...) need -mandoc -#manformat = {groff -Tascii -te -mandoc} +manformat = {groff -Tascii -te -mandoc} # BSDI #manformat = {tbl | eqn -Tascii | nroff -man } # It's actually legal to leave this empty if all the pages you'll ever @@ -206,7 +206,7 @@ # IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it here #glimpse = "" # give the full path, if you'd like -#glimpse = /usr/sww/bin/glimpse +#glimpse = __PREFIX/glimpse # variations (refer to the Glimpse manual page) # no characters treated as meta characters: #glimpse = "glimpse -Wk" @@ -249,8 +249,8 @@ # to write in these directories, comment in "unified" below and the glimpsestrays # directory given above (which should be writable) will hold a single index # of all pages. -indexglimpse = "distributed" -#indexglimpse = "unified" +#indexglimpse = "distributed" +indexglimpse = "unified" # additional directory subtrees to index, # besides man page and Texinfo and RFC, @@ -266,7 +266,7 @@ # you can execute some Tcl code of your own design to customize his # environment for the local site. newuser = "" -#newuser = "exec cp /usr/local/lib/tkman-new.tcl $$env(HOME)/.tkman" +#newuser= "exec cp /usr/local/lib/tkman-new.tcl $$env(HOME)/.tkman" #newuser = "source /usr/local/lib/tkman-new.tcl"