diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-11-06 17:54:52 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-11-06 17:54:52 +0000 |
commit | 81927e28107cccf3e832b4d98c95a149fef9a8e0 (patch) | |
tree | 12f06f3fd1544a725453c93c60aeeb629bcf6cc3 | |
parent | 4094ed9326c8b5a416bc0ade46fcf0ed57938b7a (diff) |
no need for makeinfo --no-warn anymore; fgs removed offending parts in
last commit
-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 44d081e8db0..85b1e9cb1d8 100644 --- a/usr.sbin/amd/doc/Makefile +++ b/usr.sbin/amd/doc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/11/02 19:17:41 fgsch Exp $ +# $OpenBSD: Makefile,v 1.6 2002/11/06 17:54:51 pvalchev Exp $ INFO = amdref.info amdref.info-1 amdref.info-2 amdref.info-3 SRCS = amdref.texinfo @@ -6,7 +6,7 @@ SRCS = amdref.texinfo all: ${INFO} ${INFO}: ${SRCS} - -makeinfo --no-validate --no-warn ${.CURDIR}/${SRCS} + -makeinfo --no-validate ${.CURDIR}/${SRCS} clean cleandir: -rm -f ${INFO} |