freebsd-ports/news/husky-hpt/files/patch-doc::Makefile
2003-08-05 10:07:11 +00:00

31 lines
697 B
Text

--- ./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: