1--- Makefile.in.orig	2005-08-21 18:42:14.000000000 -0700
2+++ Makefile.in	2006-05-26 16:53:52.000000000 -0700
3@@ -2,7 +2,7 @@
4 # [need allow_null_glob_expansion=true]
5 # The parts behind % are removed when no message catalogs should be installed
6 
7-all:	Makefile conf_script source manhtml manpages %messages
8+all:	Makefile conf_script source manpages %messages
9 	@echo; echo 'You can now do "make install"'
10 
11 # On a machine with time before distribution time
12@@ -45,9 +45,8 @@
13 %gencat/gencat:
14 %	cd gencat; $(MAKE)
15 
16-install: src/Makefile man/Makefile man2html/Makefile %msgs/Makefile
17+install: src/Makefile man/Makefile %msgs/Makefile
18 	cd src; $(MAKE) install
19-	cd man2html; $(MAKE) install
20 	cd man; $(MAKE) installsubdirs
21 %	cd msgs; $(MAKE) install
22 	@echo; echo 'Done.'
23