Ticket #1456: patch-Makefile

File patch-Makefile, 3.1 KB (added by lomion@…, 20 years ago)

updated patch-Makefile

Line 
1--- Makefile    Thu Jun 22 18:39:42 2000
2+++ Makefile.new        Tue Nov  5 13:05:07 2002
3@@ -26,13 +26,13 @@
4 ### you need to localize the paths on these lines
5 
6 #WISH = /usr/sww/tcl-8.3/bin/wish
7-WISH = /private/share/bin/wish
8+WISH = __PREFIX/bin/wish8.4
9 #WISH = /private/share/bin/wish8.3
10 #WISH = /usr/local/bin/wish8.3
11 
12 # the executable `tkman' is placed in BINDIR
13 # this should be a directory that's in your bin PATH
14-BINDIR = /private/share/bin
15+BINDIR = __PREFIX/bin
16 #BINDIR = /usr/local/bin
17 
18 
19@@ -81,9 +81,9 @@
20 # will examine for matches if a search in the usual locations fails while searching
21 # for a man pages and displaying its associated binaries (if any).
22 # Use this feature carefully as a large number of directories can slow down startup.
23-mastermen = "/usr/man /usr/local/man"
24+mastermen = "/usr/share/man /usr/local/man /opt/local/man /usr/X11R6/man __PREFIX/man"
25 #mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
26-masterbin = "/usr/bin /usr/local/bin"
27+masterbin = "/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin __PREFIX/bin"
28 #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
29 
30 
31@@ -114,7 +114,7 @@
32 # Lines are cached in .../man/cat<n>@<line-length>;
33 #   that is, the line length is appended to the usual cache directory names
34 #manformat = {groff -te -Tascii -man /tmp/ll -}
35-manformat = {groff -te -Tlatin1 -man /tmp/ll -}
36+#manformat = {groff -te -Tlatin1 -man /tmp/ll -}
37 # Ultrix users should uncomment the following line (you don't have eqn)
38 #manformat = {tbl | nroff -man }
39 # HP-UX uses a number of macros that groff doesn't define, so use the builtin nroff
40@@ -122,7 +122,7 @@
41 #  space between the .de and the macro name, and groff doesn't like this.)
42 #manformat = {tbl | neqn | nroff -man }
43 # BSD macros (.Sh, .Ss, .PP, ...) need -mandoc
44-#manformat = {groff -Tascii -te -mandoc}
45+manformat = {groff -Tascii -te -mandoc}
46 # BSDI
47 #manformat = {tbl | eqn -Tascii | nroff -man }
48 # It's actually legal to leave this empty if all the pages you'll ever
49@@ -206,7 +206,7 @@
50 # IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it here
51 #glimpse = ""
52 # give the full path, if you'd like
53-#glimpse = /usr/sww/bin/glimpse
54+#glimpse = __PREFIX/glimpse
55 # variations (refer to the Glimpse manual page)
56 # no characters treated as meta characters:
57 #glimpse = "glimpse -Wk"
58@@ -249,8 +249,8 @@
59 # to write in these directories, comment in "unified" below and the glimpsestrays
60 # directory given above (which should be writable) will hold a single index
61 # of all pages.
62-indexglimpse = "distributed"
63-#indexglimpse = "unified"
64+#indexglimpse = "distributed"
65+indexglimpse = "unified"
66 
67 # additional directory subtrees to index,
68 # besides man page and Texinfo and RFC,
69@@ -266,7 +266,7 @@
70 # you can execute some Tcl code of your own design to customize his
71 # environment for the local site.
72 newuser = ""
73-#newuser = "exec cp /usr/local/lib/tkman-new.tcl $$env(HOME)/.tkman"
74+#newuser= "exec cp /usr/local/lib/tkman-new.tcl $$env(HOME)/.tkman"
75 #newuser = "source /usr/local/lib/tkman-new.tcl"
76 
77