diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-07-12 23:00:08 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-07-12 23:00:08 +0000 |
commit | 0b9f81484528332c991b6c89ef110cfee0e48f9a (patch) | |
tree | 038acae09fae9c0e272559439178dd332ea55fa7 /usr.sbin/amd | |
parent | 0391bfbec304898987c1156e0f56c6f5b89dba9c (diff) |
makeinfo --no-split, simplifies sets immensely.
Approved deraadt@, kettenis@
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/amd/doc/Makefile b/usr.sbin/amd/doc/Makefile index 85b1e9cb1d8..636273f9c3b 100644 --- a/usr.sbin/amd/doc/Makefile +++ b/usr.sbin/amd/doc/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.6 2002/11/06 17:54:51 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.7 2006/07/12 23:00:07 espie Exp $ -INFO = amdref.info amdref.info-1 amdref.info-2 amdref.info-3 +INFO = amdref.info SRCS = amdref.texinfo all: ${INFO} ${INFO}: ${SRCS} - -makeinfo --no-validate ${.CURDIR}/${SRCS} + -makeinfo --no-validate --no-split ${.CURDIR}/${SRCS} clean cleandir: -rm -f ${INFO} |