Install stage_* from ${.CURDIR}, not (implicit) ${.OBJDIR}.
This commit is contained in:
parent
fa0d82a310
commit
040dbf4621
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16287
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ SRCS= article.sgml stage_1.sh stage_2.sh stage_3.mk
|
|||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
afterinstall:
|
||||
${INSTALL_DOCS} stage_1.sh stage_2.sh stage_3.mk ${DESTDIR}
|
||||
${INSTALL_DOCS} ${.CURDIR}/stage_1.sh ${.CURDIR}/stage_2.sh \
|
||||
${.CURDIR}/stage_3.mk ${DESTDIR}
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
Loading…
Reference in a new issue