--- ./doc/Makefile.orig	Tue Sep 17 14:55:33 2002
+++ ./doc/Makefile	Tue Aug  5 16:55:55 2003
@@ -6,7 +6,7 @@
 include ../../huskymak.cfg
 endif
 
-all: html info dvi
+all: html info
 
 ifdef HTMLDIR
 html: fidoconfig_toc.html
@@ -67,20 +67,16 @@
 	-$(RM) $(RMOPT) fidoconfig.doc
 	-$(RM) $(RMOPT) fidoconfig.info*
 
-install: info html dvi
+install: info html
 	@echo .
 ifdef INFODIR
 	-$(MKDIR) $(MKDIROPT) $(INFODIR)
-	$(INSTALL)  fidoconfig.info $(INFODIR)
+	$(INSTALL) $(IMOPT) fidoconfig.info $(INFODIR)
 	-install-info --info-dir=$(INFODIR)  $(INFODIR)$(DIRSEP)fidoconfig.info
 endif
 ifdef HTMLDIR
 	-$(MKDIR) $(MKDIROPT) $(HTMLDIR)
-	$(INSTALL)  fidoconfig*html $(HTMLDIR)
-endif
-ifdef DVIDIR
-	-$(MKDIR) $(MKDIROPT) $(DVIDIR)
-	$(INSTALL)  fidoconfig.dvi $(DVIDIR)
+	$(INSTALL) $(IMOPT) fidoconfig*html $(HTMLDIR)
 endif
 
 uninstall:
