diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-07-09 13:24:54 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-07-09 13:24:54 +0000 |
commit | 48fe8a9183b4003e8a0ec3c3b0709c59b54d4d0b (patch) | |
tree | f46ce53ccfcb7759ade14a8efe7a6c90138d2bdb /kerberosV/doc | |
parent | 6cc5b844e0d5ffd91320fbe062884d8946b33175 (diff) |
Add vars.texi to SRCS so proper substitution is done in that part of the
info(1) doc.
Diffstat (limited to 'kerberosV/doc')
-rw-r--r-- | kerberosV/doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/doc/Makefile b/kerberosV/doc/Makefile index 583c21631ca..e02bf4a5618 100644 --- a/kerberosV/doc/Makefile +++ b/kerberosV/doc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2013/07/01 13:50:39 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2013/07/09 13:24:53 ajacoutot Exp $ KINFOSRC = ${.CURDIR}/../src/doc KINFODIR = ${DESTDIR}${SHAREDIR}/info @@ -10,7 +10,7 @@ INFO = heimdal.info SRCS = heimdal.texi intro.texi whatis.texi install.texi setup.texi apps.texi \ misc.texi kerberos4.texi win2k.texi programming.texi migration.texi \ - ack.texi copyright.texi + ack.texi copyright.texi vars.texi all: ${INFO} |