summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-08-05 10:07:11 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-08-05 10:07:11 +0000
commitac1505a1811429b7d2b7e43b8da707c148d11900 (patch)
treecfe63e3b08abdf643fc2055e0972968b97f12002 /news
parentupdate games/ltris: 1.0.1 -> 1.0.4 (diff)
Do not build .dvi docs in install stage.
Notes
Notes: svn path=/head/; revision=86334
Diffstat (limited to 'news')
-rw-r--r--news/husky-fidoconf/files/patch-doc::Makefile20
-rw-r--r--news/husky-hpt/files/patch-doc::Makefile11
-rw-r--r--news/husky-htick-devel/files/patch-doc::Makefile18
-rw-r--r--news/husky-htick/files/patch-doc::Makefile18
4 files changed, 42 insertions, 25 deletions
diff --git a/news/husky-fidoconf/files/patch-doc::Makefile b/news/husky-fidoconf/files/patch-doc::Makefile
index 4954eea73ed8..fcc92c4b3050 100644
--- a/news/husky-fidoconf/files/patch-doc::Makefile
+++ b/news/husky-fidoconf/files/patch-doc::Makefile
@@ -1,5 +1,5 @@
---- doc/Makefile.orig Tue Sep 17 14:55:33 2002
-+++ doc/Makefile Thu Jun 5 19:13:53 2003
+--- ./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
@@ -9,7 +9,12 @@
ifdef HTMLDIR
html: fidoconfig_toc.html
-@@ -71,16 +71,16 @@
+@@ -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)
@@ -20,12 +25,11 @@
ifdef HTMLDIR
-$(MKDIR) $(MKDIROPT) $(HTMLDIR)
- $(INSTALL) fidoconfig*html $(HTMLDIR)
-+ $(INSTALL) $(IMOPT) fidoconfig*html $(HTMLDIR)
- endif
- ifdef DVIDIR
- -$(MKDIR) $(MKDIROPT) $(DVIDIR)
+-endif
+-ifdef DVIDIR
+- -$(MKDIR) $(MKDIROPT) $(DVIDIR)
- $(INSTALL) fidoconfig.dvi $(DVIDIR)
-+ $(INSTALL) $(IMOPT) fidoconfig.dvi $(DVIDIR)
++ $(INSTALL) $(IMOPT) fidoconfig*html $(HTMLDIR)
endif
uninstall:
diff --git a/news/husky-hpt/files/patch-doc::Makefile b/news/husky-hpt/files/patch-doc::Makefile
index 524643935521..25d8a1f819ed 100644
--- a/news/husky-hpt/files/patch-doc::Makefile
+++ b/news/husky-hpt/files/patch-doc::Makefile
@@ -1,5 +1,5 @@
---- doc/Makefile.orig Mon Sep 9 16:49:16 2002
-+++ doc/Makefile Thu Jun 5 19:14:53 2003
+--- ./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
@@ -9,7 +9,12 @@
ifdef HTMLDIR
html: hpt_toc.html
-@@ -47,12 +47,12 @@
+@@ -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)
diff --git a/news/husky-htick-devel/files/patch-doc::Makefile b/news/husky-htick-devel/files/patch-doc::Makefile
index 4146f8ae0101..c34d627b865b 100644
--- a/news/husky-htick-devel/files/patch-doc::Makefile
+++ b/news/husky-htick-devel/files/patch-doc::Makefile
@@ -1,5 +1,5 @@
--- ./doc/Makefile.orig Sun Nov 10 15:36:34 2002
-+++ ./doc/Makefile Thu Jun 5 19:19:17 2003
++++ ./doc/Makefile Tue Aug 5 16:59:09 2003
@@ -16,7 +16,7 @@
include ../../huskymak.cfg
endif
@@ -9,7 +9,12 @@
ifdef HTMLDIR
html: htick.html
-@@ -70,16 +70,16 @@
+@@ -66,20 +66,16 @@
+ -$(RM) $(RMOPT) htick.inf
+ -$(RM) $(RMOPT) htick*html
+
+-install: info html dvi
++install: info html
@echo .
ifdef INFODIR
-$(MKDIR) $(MKDIROPT) $(INFODIR)
@@ -20,12 +25,11 @@
ifdef HTMLDIR
-$(MKDIR) $(MKDIROPT) $(HTMLDIR)
- $(INSTALL) htick*html $(HTMLDIR)
-+ $(INSTALL) $(IMOPT) htick*html $(HTMLDIR)
- endif
- ifdef DVIDIR
- -$(MKDIR) $(MKDIROPT) $(DVIDIR)
+-endif
+-ifdef DVIDIR
+- -$(MKDIR) $(MKDIROPT) $(DVIDIR)
- $(INSTALL) htick.dvi $(DVIDIR)
-+ $(INSTALL) $(IMOPT) htick.dvi $(DVIDIR)
++ $(INSTALL) $(IMOPT) htick*html $(HTMLDIR)
endif
uninstall:
diff --git a/news/husky-htick/files/patch-doc::Makefile b/news/husky-htick/files/patch-doc::Makefile
index 4146f8ae0101..c34d627b865b 100644
--- a/news/husky-htick/files/patch-doc::Makefile
+++ b/news/husky-htick/files/patch-doc::Makefile
@@ -1,5 +1,5 @@
--- ./doc/Makefile.orig Sun Nov 10 15:36:34 2002
-+++ ./doc/Makefile Thu Jun 5 19:19:17 2003
++++ ./doc/Makefile Tue Aug 5 16:59:09 2003
@@ -16,7 +16,7 @@
include ../../huskymak.cfg
endif
@@ -9,7 +9,12 @@
ifdef HTMLDIR
html: htick.html
-@@ -70,16 +70,16 @@
+@@ -66,20 +66,16 @@
+ -$(RM) $(RMOPT) htick.inf
+ -$(RM) $(RMOPT) htick*html
+
+-install: info html dvi
++install: info html
@echo .
ifdef INFODIR
-$(MKDIR) $(MKDIROPT) $(INFODIR)
@@ -20,12 +25,11 @@
ifdef HTMLDIR
-$(MKDIR) $(MKDIROPT) $(HTMLDIR)
- $(INSTALL) htick*html $(HTMLDIR)
-+ $(INSTALL) $(IMOPT) htick*html $(HTMLDIR)
- endif
- ifdef DVIDIR
- -$(MKDIR) $(MKDIROPT) $(DVIDIR)
+-endif
+-ifdef DVIDIR
+- -$(MKDIR) $(MKDIROPT) $(DVIDIR)
- $(INSTALL) htick.dvi $(DVIDIR)
-+ $(INSTALL) $(IMOPT) htick.dvi $(DVIDIR)
++ $(INSTALL) $(IMOPT) htick*html $(HTMLDIR)
endif
uninstall: