summaryrefslogtreecommitdiff
path: root/news/husky-hpt/files/patch-doc::Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-06-05 12:24:59 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-06-05 12:24:59 +0000
commitc105fe9300fbcd26ec16cc7a4d2fb194674363ea (patch)
tree6fadf591703d55340327d44c58bf7355c305ce94 /news/husky-hpt/files/patch-doc::Makefile
parentUpdate to 2.5.1 (diff)
Do not build dvi documentation (DVIDIR is now defined in huskymak.cfg).
Notes
Notes: svn path=/head/; revision=82319
Diffstat (limited to 'news/husky-hpt/files/patch-doc::Makefile')
-rw-r--r--news/husky-hpt/files/patch-doc::Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/news/husky-hpt/files/patch-doc::Makefile b/news/husky-hpt/files/patch-doc::Makefile
new file mode 100644
index 000000000000..524643935521
--- /dev/null
+++ b/news/husky-hpt/files/patch-doc::Makefile
@@ -0,0 +1,26 @@
+--- doc/Makefile.orig Mon Sep 9 16:49:16 2002
++++ doc/Makefile Thu Jun 5 19:14:53 2003
+@@ -5,7 +5,7 @@
+ include ../../huskymak.cfg
+ endif
+
+-all: html info dvi
++all: html info
+
+ ifdef HTMLDIR
+ html: hpt_toc.html
+@@ -47,12 +47,12 @@
+ @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: