1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

- Remove passing a redundant --no-split flag on the command line

for makeinfo.
- Remove some white space.

ok beck@ biorn@
This commit is contained in:
brad 2008-08-30 01:16:30 +00:00
parent 6fe5bbd687
commit fbdd20a120

View 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)