- Remove passing a redundant --no-split flag on the command line
authorbrad <brad@openbsd.org>
Sat, 30 Aug 2008 01:16:30 +0000 (01:16 +0000)
committerbrad <brad@openbsd.org>
Sat, 30 Aug 2008 01:16:30 +0000 (01:16 +0000)
  for makeinfo.
- Remove some white space.

ok beck@ biorn@

kerberosV/doc/Makefile

index 34afd13..8ac6236 100644 (file)
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.5 2006/07/12 23:00:07 espie Exp $
+# $Id: Makefile,v 1.6 2008/08/30 01:16:30 brad Exp $
 
 KRBDEPTH=..
 .include "../Makefile.inc"
 
 .PATH: ${KRB5SRC}/doc
 
-MAKEINFO = /usr/bin/makeinfo --no-split
+MAKEINFO = /usr/bin/makeinfo
 INSTALL-INFO = /usr/bin/install-info
 
 infodir = ${DESTDIR}/usr/share/info
@@ -20,7 +20,7 @@ SRCS =        heimdal.texi intro.texi install.texi setup.texi kerberos4.texi
 all: $(info)
 
 install: $(info)
-       $(INSTALL-INFO) ${.OBJDIR}/$(info) $(infodir)/dir 
+       $(INSTALL-INFO) ${.OBJDIR}/$(info) $(infodir)/dir
        ${INSTALL} ${INSTALL_COPY} -m 444 -o ${BINOWN} -g ${BINGRP} -p ${.OBJDIR}/$(info) $(infodir)
 
 $(info): $(SRCS)