Don't generate html yet. doc2html needs a fix.

This commit is contained in:
phil 2000-09-26 16:49:22 +00:00
parent fe4560a9a3
commit c2abf9c643
2 changed files with 5 additions and 2 deletions

View File

@ -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 PROG= chio
NOHTML=doc2html-error
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -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 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# To install on versions prior to BSD 4.4 the following may have to be # 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}/tar
# LINKS+= ${BINDIR}/pax ${BINDIR}/cpio # LINKS+= ${BINDIR}/pax ${BINDIR}/cpio
NOHTML=doc2html-error
.include <bsd.prog.mk> .include <bsd.prog.mk>