1996-01-18 15:30:39 +00:00
|
|
|
--- Makefile.orig Sat Nov 4 00:22:29 1995
|
|
|
|
+++ Makefile Wed Jan 17 14:04:28 1996
|
1995-12-07 08:12:02 +00:00
|
|
|
@@ -40,28 +40,28 @@
|
1995-08-19 06:55:59 +00:00
|
|
|
### you need to localize the paths on these lines
|
|
|
|
|
|
|
|
# Tk's wish MUST be compiled with Tcl 7.4/Tk 4.0 or later versions
|
1995-12-07 08:12:02 +00:00
|
|
|
-WISH = /usr/sww/tcl-7.4/bin/wish-4.0
|
|
|
|
+#WISH = /usr/sww/tcl-7.4/bin/wish-4.0
|
|
|
|
#WISH = wish
|
1995-08-19 06:55:59 +00:00
|
|
|
-#WISH = /usr/local/bin/wish
|
1996-01-18 15:30:39 +00:00
|
|
|
+WISH = ${PREFIX}/bin/wish4.0
|
1995-08-19 06:55:59 +00:00
|
|
|
|
|
|
|
# the executable `tkman' is placed in BINDIR
|
|
|
|
# this should be a directory that's in your bin PATH
|
|
|
|
-BINDIR = /home/auspex/h/bair/phelps/bin
|
|
|
|
-#BINDIR = /usr/local/bin
|
|
|
|
+#BINDIR = /home/auspex/h/bair/phelps/bin
|
1996-01-18 15:30:39 +00:00
|
|
|
+BINDIR = ${PREFIX}/bin
|
1995-08-19 06:55:59 +00:00
|
|
|
|
|
|
|
# directory in which to place the manual page. The help information
|
|
|
|
# is maintained in HTML, from which the [tn]roff version is
|
|
|
|
# automatically generated.
|
|
|
|
-MANDIR = /home/auspex/h/bair/phelps/man/man1
|
|
|
|
+#MANDIR = /home/auspex/h/bair/phelps/man/man1
|
|
|
|
#MANDIR = /usr/sww/X11/man/man1
|
|
|
|
-#MANDIR = /usr/local/man/man1
|
1996-01-18 15:30:39 +00:00
|
|
|
+MANDIR = ${PREFIX}/man/man1
|
1995-08-19 06:55:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
# # # MACHINE DEPENDENCIES # # #
|
|
|
|
|
|
|
|
-manformat = {tbl | neqn | nroff -man | col}
|
|
|
|
+#manformat = {tbl | neqn | nroff -man | col}
|
|
|
|
# alternatively
|
|
|
|
-#manformat = {groff -Tascii -te -mandoc}
|
|
|
|
+manformat = {groff -Tascii -te -mandoc}
|
|
|
|
# Ultrix users should uncomment the following line
|
|
|
|
#manformat = {tbl | nroff -man | col}
|
1995-12-07 08:12:02 +00:00
|
|
|
# for BSDI
|
1996-01-18 15:30:39 +00:00
|
|
|
@@ -127,12 +127,12 @@
|
1995-08-19 06:55:59 +00:00
|
|
|
# so how can you lose?
|
|
|
|
|
|
|
|
# BY DEFAULT ON
|
|
|
|
-glimpse = glimpse
|
|
|
|
+#glimpse = glimpse
|
|
|
|
# IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it here
|
|
|
|
# ALSO DISABLE GLIMPSEINDEX BELOW
|
1996-01-18 15:30:39 +00:00
|
|
|
#glimpse = ""
|
1995-08-19 06:55:59 +00:00
|
|
|
# give the full path, if you'd like
|
1996-01-18 15:30:39 +00:00
|
|
|
-#glimpse = /usr/sww/bin/glimpse
|
|
|
|
+glimpse = ${PREFIX}/bin/glimpse
|
1995-08-19 06:55:59 +00:00
|
|
|
# variations (refer to the Glimpse manual page)
|
1996-01-18 15:30:39 +00:00
|
|
|
#glimpse = "glimpse -k"
|
|
|
|
#glimpse = "glimpse -B"
|
|
|
|
@@ -157,13 +157,13 @@
|
1995-08-19 06:55:59 +00:00
|
|
|
# (`-debug' option), obtain the problemmatic glimpseindex command,
|
|
|
|
# and make sure it works when executed by hand.
|
|
|
|
|
|
|
|
-glimpseindex = glimpseindex
|
|
|
|
+#glimpseindex = glimpseindex
|
|
|
|
# IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, DISABLE IT HERE *ALSO*
|
1996-01-18 15:30:39 +00:00
|
|
|
#glimpseindex = ""
|
1995-08-19 06:55:59 +00:00
|
|
|
# produce a larger index ("7-9%" of source text) allowing faster search w/"-o"
|
|
|
|
# Need -o or -b if using -N above.
|
|
|
|
#glimpseindex = "glimpseindex -o"
|
1996-01-18 15:30:39 +00:00
|
|
|
-#glimpseindex = /usr/sww/bin/glimpseindex
|
|
|
|
+glimpseindex = "${PREFIX}/bin/glimpseindex -o"
|
|
|
|
|
|
|
|
# directory in which to place stray man directories added with manDescAdd
|
|
|
|
# that don't correspond to a directory in MANPATH
|
1995-12-07 08:12:02 +00:00
|
|
|
@@ -177,7 +177,7 @@
|
1995-08-19 06:55:59 +00:00
|
|
|
# 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 = ""
|
1996-01-18 15:30:39 +00:00
|
|
|
+manpathdef = /usr/share/man:${PREFIX}/man:/usr/X11R6/man
|
1995-08-19 06:55:59 +00:00
|
|
|
#manpathdef = /usr/man:/usr/local/man
|
|
|
|
#manpathdef = /usr/man:/usr/local/man:/usr/sww/man:/usr/sww/X11/man
|
|
|
|
# for SGI
|
1995-12-07 08:12:02 +00:00
|
|
|
@@ -230,13 +230,13 @@
|
1995-08-19 06:55:59 +00:00
|
|
|
|
|
|
|
# if you don't want to RosettaMan (rman) in your PATH, make the name fully qualified
|
|
|
|
# (that's probably a good idea if tkman is installed on a central server)
|
|
|
|
-rman = rman
|
1996-01-18 15:30:39 +00:00
|
|
|
+rman = ${PREFIX}/bin/rman
|
1995-08-19 06:55:59 +00:00
|
|
|
#rman = /home/orodruin/h/bair/phelps/bin/alpha/rman
|
|
|
|
|
|
|
|
-manprint = {tbl | eqn | troff -man -t | lpr -t}
|
|
|
|
+#manprint = {tbl | eqn | troff -man -t | lpr -t}
|
|
|
|
# alternatives
|
|
|
|
#manprint = {tbl | eqn | psroff -man}
|
|
|
|
-#manprint = {groff -man -Tps -te -l}
|
|
|
|
+manprint = {groff -man -Tps -te -l}
|
|
|
|
#manprint = {groff -man -Tascii -te -l}
|
|
|
|
# printing string for preformatted pages without [tn]roff source
|
|
|
|
catprint = lpr
|
1995-12-07 08:12:02 +00:00
|
|
|
@@ -342,7 +342,7 @@
|
1995-08-19 06:55:59 +00:00
|
|
|
$(CP) tkman $(BINDIR)
|
1995-12-07 08:12:02 +00:00
|
|
|
chmod +rx $(BINDIR)/tkman
|
1995-08-19 06:55:59 +00:00
|
|
|
$(CP) tkman.1 $(MANDIR)
|
|
|
|
- @echo 'You also need RosettaMan to run TkMan.'
|
|
|
|
+# @echo 'You also need RosettaMan to run TkMan.'
|
|
|
|
|
|
|
|
test: dox tkman
|
|
|
|
cp tkman $(BINDIR)
|