aboutsummaryrefslogtreecommitdiff
path: root/news/husky-hpt/files/patch-doc::Makefile
blob: 25d8a1f819ed0f4ba55da4863a5eaa9e4b010205 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- ./doc/Makefile.orig	Mon Sep  9 16:49:16 2002
+++ ./doc/Makefile	Tue Aug  5 16:57:31 2003
@@ -5,7 +5,7 @@
 include ../../huskymak.cfg
 endif
 
-all: html info dvi
+all: html info
 
 ifdef HTMLDIR
 html: hpt_toc.html
@@ -43,16 +43,16 @@
 	-$(RM) $(RMOPT) hpt*html
 	-$(RM) $(RMOPT) hpt.info*
 
-install: info html dvi
+install: info html
 	@echo .
 ifdef INFODIR
 	-$(MKDIR) $(MKDIROPT) $(INFODIR)
-	$(INSTALL)  hpt.info $(INFODIR)
+	$(INSTALL) $(IMOPT) hpt.info $(INFODIR)
 	-install-info --info-dir=$(INFODIR)  $(INFODIR)$(DIRSEP)hpt.info
 endif
 ifdef HTMLDIR
 	-$(MKDIR) $(MKDIROPT) $(HTMLDIR)
-	$(INSTALL)  hpt*html $(HTMLDIR)
+	$(INSTALL) $(IMOPT) hpt*html $(HTMLDIR)
 endif
 
 uninstall: