diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-06-05 20:24:59 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-06-05 20:24:59 +0800 |
commit | e94835d20182d180c70c6da983c7d948f107a68d (patch) | |
tree | 125e3055ca5eb7e8052479432905b1aeac79ef60 /news/husky-hpt | |
parent | b2654e319ead7c30df816b75ed6e826ede1c1d17 (diff) | |
download | freebsd-ports-gnome-e94835d20182d180c70c6da983c7d948f107a68d.tar.gz freebsd-ports-gnome-e94835d20182d180c70c6da983c7d948f107a68d.tar.zst freebsd-ports-gnome-e94835d20182d180c70c6da983c7d948f107a68d.zip |
Do not build dvi documentation (DVIDIR is now defined in huskymak.cfg).
Diffstat (limited to 'news/husky-hpt')
-rw-r--r-- | news/husky-hpt/files/patch-doc::Makefile (renamed from news/husky-hpt/files/patch-Makefile) | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/news/husky-hpt/files/patch-Makefile b/news/husky-hpt/files/patch-doc::Makefile index dd40dad4d758..524643935521 100644 --- a/news/husky-hpt/files/patch-Makefile +++ b/news/husky-hpt/files/patch-doc::Makefile @@ -1,5 +1,14 @@ ---- doc/Makefile.orig Thu Jan 9 03:54:36 2003 -+++ doc/Makefile Thu Jan 9 03:54:55 2003 +--- 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 |