- Generate manpages before make install not at the end of make all
 - Don't seed the rng quite so often
 - Always reseed rng when requested
diff --git a/Makefile.in b/Makefile.in
index bb08b53..196cc57 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,7 +47,9 @@
 
 FIXPATHSCMD	= $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
 
-all: $(TARGETS) $(MANPAGES) $(CONFIGFILES)
+all: $(TARGETS) $(CONFIGFILES)
+
+manpages: $(MANPAGES)
 
 $(LIBOBJS): config.h
 
@@ -95,7 +97,7 @@
 			>$${f%%.[18]}.0 ; \
 	done
 
-install: $(TARGETS)
+install: manpages $(TARGETS)
 	$(INSTALL) -d $(DESTDIR)$(bindir)
 	$(INSTALL) -d $(DESTDIR)$(sbindir)
 	$(INSTALL) -d $(DESTDIR)$(mandir)