summaryrefslogtreecommitdiff
path: root/misc/tkman/files/patch-aa
blob: 9dc241cf0dff25835354a4572bc11af9a391e099 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
--- Makefile.orig	Sat Aug 23 02:55:32 1997
+++ Makefile	Mon Aug 25 11:06:34 1997
@@ -38,13 +38,13 @@
 ### you need to localize the paths on these lines
 
 #WISH = /usr/sww/tcl-8.0/bin/wish
-WISH = /home/orodruin/h/bair/phelps/bin/sun4/wish
-#WISH = /usr/local/bin/wish8.0
+#WISH = /home/orodruin/h/bair/phelps/bin/sun4/wish
+WISH = ${PREFIX}/bin/wish8.0
 
 # the executable `tkman' is placed in BINDIR
 # this should be a directory that's in your bin PATH
-BINDIR = /home/orodruin/h/bair/phelps/bin
-#BINDIR = /usr/local/bin
+#BINDIR = /home/orodruin/h/bair/phelps/bin
+BINDIR = ${PREFIX}/bin
 
 
 # OPTIONAL
@@ -53,9 +53,9 @@
 # (Follow pattern in sample "dir.tkman".)
 # More information is given in tkman-help.html
 # if you don't have Texinfo files, leave this variable empty
-texinfodir = ""
+#texinfodir = ""
 #texinfodir = /home/orodruin/h/bair/phelps/spine/tkman/info
-#texinfodir = /usr/local/info
+texinfodir = ${PREFIX}/info
 
 
 # OPTIONAL
@@ -79,10 +79,12 @@
 # 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/man /usr/local/man"
 #mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
-masterbin = "/usr/bin /usr/local/bin"
+mastermen = "${PREFIX}/man usr/share/man ${X11BASE}/man"
+#masterbin = "/usr/bin /usr/local/bin"
 #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
+masterbin = "/usr/bin ${PREFIX}/bin ${X11BASE}/bin"
 
 
 # names of common printers, in addition to default printer (PRINTER or LPDEST)
@@ -99,13 +101,13 @@
 # but seems to kill international characters, such as u-with-umlaut
 #manformat = {tbl | neqn | nroff -man | col }
 # ALTERNATIVES
-#manformat = {groff -Tascii -te -mandoc}
+manformat = {groff -Tascii -te -mandoc}
 # Marco Melgazzi (marco@techie.com) prefers LONGER MAN PAGE LINES.
 # The following line adds an entry in Preferences/See to set the length.
 # You must use groff and the "/tmp/ll" path for this feature to take effect.
 # 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 - 2>/dev/null}
+#manformat = {groff -te -Tascii -man /tmp/ll - 2>/dev/null}
 # Ultrix users should uncomment the following line (you don't have eqn)
 #manformat = {tbl | nroff -man }
 # BSDI
@@ -151,7 +153,7 @@
 
 
 # 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 = {tbl | eqn | troff -man -t | lpr -t}
 #manprint = {tbl | eqn | psroff -man}
@@ -175,7 +177,7 @@
 # so how can you lose?
 
 # 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
@@ -183,6 +185,7 @@
 # variations (refer to the Glimpse manual page)
 # no characters treated as meta characters:
 #glimpse = "glimpse -Wk"
+glimpse = "glimpse -z"
 
 # glimpseindex indexes the manual pages, for each component of one's MANPATH,
 # and places the results in a set of files named .glimpse_* in that MANPATH
@@ -224,7 +227,7 @@
 # default MANPATH to use if user doesn't have a MANPATH environment variable set.
 # Leave this empty to have TkMan calculate a MANPATH based on a users PATH
 # (like Perl man does).
-manpathdef = ""
+manpathdef = /usr/share/man:${PREFIX}/man:/usr/X11R6/man
 #manpathdef = /usr/man:/usr/local/man
 #manpathdef = /usr/man:/usr/local/man:/usr/sww/man:/usr/sww/X11/man
 # for SGI
@@ -395,8 +398,8 @@
 	chmod +rx $(BINDIR)/tkman
 	$(CP) retkman $(BINDIR)
 	chmod +rx $(BINDIR)/retkman
-	@echo 'You also need RosettaMan to run TkMan.'
-	@echo 'Have you installed the elided text patch to Tk?'
+#	@echo 'You also need RosettaMan to run TkMan.'
+#	@echo 'Have you installed the elided text patch to Tk?'
 
 test: dox tkman
 	cp tkman $(BINDIR)