summaryrefslogtreecommitdiff
path: root/kerberosV
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-08-30 01:16:31 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-08-30 01:16:31 +0000
commita7ea2b356b1099217c5329dd8d21b7a97d3c8301 (patch)
tree1a4ae8f07bdb7d35744ada538056463942f8a5f4 /kerberosV
parentd704a5e63ee352287b038f383e423111104c76d2 (diff)
- Remove passing a redundant --no-split flag on the command line
for makeinfo. - Remove some white space. ok beck@ biorn@
Diffstat (limited to 'kerberosV')
-rw-r--r--kerberosV/doc/Makefile6
1 files 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)