summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2003-08-22 13:49:33 +0000
committerhin <hin@openbsd.org>2003-08-22 13:49:33 +0000
commit0900c564f6d63b2bd4f67a998ec96984fcab80e2 (patch)
tree8a6e1441b877772070852daa72a8a91bba2abb1f
parentMake kerberos installation guideline a little bit more streamlined for OpenBSD. (diff)
downloadwireguard-openbsd-0900c564f6d63b2bd4f67a998ec96984fcab80e2.tar.xz
wireguard-openbsd-0900c564f6d63b2bd4f67a998ec96984fcab80e2.zip
Use the '--no-split' parameter to makeinfo, so that it creates only on
info-file, and suddenly the heimdal info page works as expected.
-rw-r--r--kerberosV/doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/doc/Makefile b/kerberosV/doc/Makefile
index 01695973813..ea2a5e254be 100644
--- a/kerberosV/doc/Makefile
+++ b/kerberosV/doc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 2003/05/17 19:08:53 deraadt Exp $
+# $Id: Makefile,v 1.4 2003/08/22 13:49:33 hin Exp $
KRBDEPTH=..
.include "../Makefile.inc"
@@ -24,7 +24,7 @@ install: $(info)
${INSTALL} ${INSTALL_COPY} -m 444 -o ${BINOWN} -g ${BINGRP} -p ${.OBJDIR}/$(info) $(infodir)
$(info): $(SRCS)
- ${MAKEINFO} -I${KRB5SRC}/doc -o ${.OBJDIR}/$@ ${KRB5SRC}/doc/heimdal.texi
+ ${MAKEINFO} --no-split -I${KRB5SRC}/doc -o ${.OBJDIR}/$@ ${KRB5SRC}/doc/heimdal.texi
clean:
(cd ${.OBJDIR} ; rm -f *.aux *.cp *.cps *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.info *.info-[0-9])