--- Makefile.orig	Mon Mar 27 22:32:35 2000
+++ Makefile	Mon Mar 27 22:43:29 2000
@@ -27,14 +27,13 @@
 ### you need to localize the paths on these lines
 
 #WISH = /usr/sww/tcl-8.3/bin/wish
-WISH = /private/share/bin/wish
 #WISH = /private/share/bin/wish8.3
-#WISH = /usr/local/bin/wish8.3
+WISH = ${PREFIX}/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 = /usr/local/bin
+#BINDIR = /private/share/bin
+BINDIR = ${PREFIX}/bin
 
 
 # OPTIONAL
@@ -82,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 = "${PREFIX}/man /usr/share/man ${X11BASE}/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 ${PREFIX}/bin ${X11BASE}/bin"
 #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
 
 
@@ -115,7 +114,7 @@
 # Lines are cached in .../man/cat<n>@<line-length>; 
 #   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
@@ -123,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
@@ -168,13 +167,14 @@
 
 # pick a printing pipeline for which your platform has all the constituants
 #manprint = {groff -man -Tps -te -l}
+manprint = {groff -mandoc -Tps -te -l}
 # alternatives
 #manprint = {groff -man -Tps -te -l | psnup -n2}
 #manprint = {tbl | eqn | troff -man -t | lpr -t}
 #manprint = {tbl | eqn | psroff -man}
 #manprint = {tbl | eqn | gtroff -Tpsc | psdit | lpr}
 # use an empty pipeline if you're environmentally conscious or have no printer
-manprint = ""
+#manprint = ""
 # printing string for preformatted pages without [tn]roff source
 #catprint = lpr
 #catprint = "lpr -h"
@@ -203,7 +203,7 @@
 # the right-topmost menu's Rebuild Database/Glimpse Index menu choice.
 
 # BY DEFAULT ON (Boolean scope set to entire file)
-glimpse = "glimpse -W"
+#glimpse = "glimpse -W"
 # IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it here
 #glimpse = ""
 # give the full path, if you'd like
@@ -211,6 +211,7 @@
 # variations (refer to the Glimpse manual page)
 # no characters treated as meta characters:
 #glimpse = "glimpse -Wk"
+glimpse = "glimpse -z"
 # compressed manual pages are handled automatically; don't add -z to above
 
 # glimpseindex indexes the manual pages, for each component of one's MANPATH,
@@ -461,7 +462,7 @@
 	chmod +rx $(BINDIR)/tkman
 	$(CP) retkman $(BINDIR)
 	chmod +rx $(BINDIR)/retkman
-	@echo 'You also need RosettaMan to run TkMan.'
+	#@echo 'You also need RosettaMan to run TkMan.'
 
 test: dox tkman
 	cp tkman $(BINDIR)
