1--- src/Makefile.in.orig	Sat Jun 26 11:00:47 2004
2+++ src/Makefile.in	Wed Sep  8 13:50:28 2004
3@@ -29,7 +29,7 @@
4 
5 LIBOBJS = @LIBOBJS@
6 
7-all: man man.conf apropos whatis makewhatis
8+all: man man.conf apropos whatis
9 
10 MANOBJS = man.o manfile.o manpath.o man-config.o man-getopt.o \
11 	man-iconv.o to_cat.o different.o gripes.o glob.o util.o msg.o
12@@ -99,14 +99,11 @@
13 
14 MANCONFIG=$(DESTDIR)$(PREFIX)@man_config_file@
15 
16-install: all apropos whatis makewhatis
17+install: all apropos whatis
18 	mkdir -p $(DESTDIR)$(PREFIX)@bindir@
19 	$(INSTALL) -c @man_install_flags@ man $(DESTDIR)$(PREFIX)@man@
20 	$(INSTALL) -c -m 755 apropos $(DESTDIR)$(PREFIX)@apropos@
21 	$(INSTALL) -c -m 755 whatis $(DESTDIR)$(PREFIX)@whatis@
22-	$(INSTALL) -c -m 755 man2dvi $(DESTDIR)$(PREFIX)@man2dvi@
23-	mkdir -p $(DESTDIR)$(PREFIX)@sbindir@
24-	$(INSTALL) -c -m 754 makewhatis $(DESTDIR)$(PREFIX)@makewhatis@
25 	mkdir -p $(DESTDIR)$(PREFIX)@man_config_dir@
26 	if [ -f $(MANCONFIG) ]; then mv $(MANCONFIG) $(MANCONFIG).orig; fi
27 	$(INSTALL) -c -m 644 man.conf $(MANCONFIG)
28