summaryrefslogtreecommitdiff
path: root/kerberosV
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2003-08-22 13:49:34 +0000
committerHans Insulander <hin@cvs.openbsd.org>2003-08-22 13:49:34 +0000
commit6b0b0601c0088db9cc0d208e804b9582f8156cd1 (patch)
tree6c7542122d9bfe68cfefacb7086c94af19f088b2 /kerberosV
parent255da783e5737cfafeb34e73c0367cfe7ac9d220 (diff)
Use the '--no-split' parameter to makeinfo, so that it creates only on
info-file, and suddenly the heimdal info page works as expected.
Diffstat (limited to 'kerberosV')
-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])