From c2abf9c643c0a4a8e2aefe36dd21ca8699c39650 Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 26 Sep 2000 16:49:22 +0000 Subject: [PATCH] Don't generate html yet. doc2html needs a fix. --- bin/chio/Makefile | 3 ++- bin/pax/Makefile | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/chio/Makefile b/bin/chio/Makefile index 43ab9706bee9..9b551aa350ff 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.4 1997/07/20 22:36:31 christos Exp $ +# $NetBSD: Makefile,v 1.5 2000/09/26 16:49:22 phil Exp $ PROG= chio +NOHTML=doc2html-error .include diff --git a/bin/pax/Makefile b/bin/pax/Makefile index bc572a6ffa74..59d389fdd393 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/07/28 17:44:23 mycroft Exp $ +# $NetBSD: Makefile,v 1.10 2000/09/26 16:49:23 phil Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # To install on versions prior to BSD 4.4 the following may have to be @@ -34,4 +34,6 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cpio.c file_subs.c ftree.c\ # LINKS+= ${BINDIR}/pax ${BINDIR}/tar # LINKS+= ${BINDIR}/pax ${BINDIR}/cpio +NOHTML=doc2html-error + .include