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-fidoconf | |
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-fidoconf')
-rw-r--r-- | news/husky-fidoconf/files/patch-doc::Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/news/husky-fidoconf/files/patch-doc::Makefile b/news/husky-fidoconf/files/patch-doc::Makefile index 208ca1eed578..4954eea73ed8 100644 --- a/news/husky-fidoconf/files/patch-doc::Makefile +++ b/news/husky-fidoconf/files/patch-doc::Makefile @@ -1,5 +1,14 @@ ---- doc/Makefile.orig Tue Sep 17 16:35:51 2002 -+++ doc/Makefile Thu Jan 9 03:45:08 2003 +--- doc/Makefile.orig Tue Sep 17 14:55:33 2002 ++++ doc/Makefile Thu Jun 5 19:13:53 2003 +@@ -6,7 +6,7 @@ + include ../../huskymak.cfg + endif + +-all: html info dvi ++all: html info + + ifdef HTMLDIR + html: fidoconfig_toc.html @@ -71,16 +71,16 @@ @echo . ifdef INFODIR |