Install the support files dhcpd.conf, install.cfg, loader.rc,

pkgmaker.sh, post, and pre.  This fixes broken links in the article to
the mentioned files, when the article is installed to a different
location.

Noticed by:	Darren <darren@dazdaz.org>
This commit is contained in:
Simon L. B. Nielsen 2003-08-08 09:56:24 +00:00
parent 5c08239efd
commit 63302bbf57
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17788

View file

@ -11,4 +11,9 @@ SRCS= article.sgml
DOC_PREFIX?= ${.CURDIR}/../../..
afterinstall:
${INSTALL_DOCS} ${.CURDIR}/dhcpd.conf ${.CURDIR}/install.cfg \
${.CURDIR}/loader.rc ${.CURDIR}/pkgmaker.sh \
${.CURDIR}/post ${.CURDIR}/pre ${DESTDIR}
.include "${DOC_PREFIX}/share/mk/doc.project.mk"