diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-09-07 00:15:11 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-09-07 00:15:11 +0000 |
commit | 7ef382966ff17480d55a3b98f1b7599c52808598 (patch) | |
tree | e9291032a72fc508c4071ee7089a3044c7a0cc0b /usr.sbin/amd/doc | |
parent | 4e6b2756767c1f728a73e02238af23a9c53ca71c (diff) |
makeinfo --no-warn to suppress harmless but annoying warnings
Diffstat (limited to 'usr.sbin/amd/doc')
-rw-r--r-- | usr.sbin/amd/doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/doc/Makefile b/usr.sbin/amd/doc/Makefile index 2873a26e271..4679090fff3 100644 --- a/usr.sbin/amd/doc/Makefile +++ b/usr.sbin/amd/doc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2000/12/15 22:31:48 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2002/09/07 00:15:10 pvalchev Exp $ INFO = amdref.info amdref.info-1 amdref.info-2 amdref.info-3 amdref.info-4 SRCS = amdref.texinfo @@ -6,7 +6,7 @@ SRCS = amdref.texinfo all: ${INFO} ${INFO}: ${SRCS} - -makeinfo --no-validate ${.CURDIR}/${SRCS} + -makeinfo --no-validate --no-warn ${.CURDIR}/${SRCS} clean cleandir: -rm -f ${INFO} |