From: brad Date: Sat, 30 Aug 2008 01:16:30 +0000 (+0000) Subject: - Remove passing a redundant --no-split flag on the command line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fbdd20a120fb04a6d949934fb57fea9d86072ce6;p=openbsd - Remove passing a redundant --no-split flag on the command line for makeinfo. - Remove some white space. ok beck@ biorn@ --- 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)