From fbdd20a120fb04a6d949934fb57fea9d86072ce6 Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 30 Aug 2008 01:16:30 +0000 Subject: [PATCH] - Remove passing a redundant --no-split flag on the command line for makeinfo. - Remove some white space. ok beck@ biorn@ --- kerberosV/doc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kerberosV/doc/Makefile b/kerberosV/doc/Makefile index 34afd135382..8ac623607a1 100644 --- a/kerberosV/doc/Makefile +++ b/kerberosV/doc/Makefile @@ -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) -- 2.20.1