fix `make -n' if using git
PR: 222631
This commit is contained in:
parent
1ce60faecf
commit
4dacabfcfd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50952
1 changed files with 5 additions and 1 deletions
|
@ -243,10 +243,14 @@ PARAMS.eresources+= --param 'type' "'www'" \
|
|||
--param 'proto' "'http'" \
|
||||
--param 'target' "'handbook/eresources/chapter.xml'"
|
||||
|
||||
SRCS+= mirrors.lastmod.inc \
|
||||
EXTRAS= mirrors.lastmod.inc \
|
||||
mirrors.xml.ftp.inc \
|
||||
mirrors.xml.ftp.index.inc \
|
||||
eresources.xml.www.inc \
|
||||
eresources.xml.www.index.inc
|
||||
|
||||
XMLDOCS_NO_SRCS=YES
|
||||
CLEANFILES+= ${EXTRAS}
|
||||
index.html ${DOC}.html: ${EXTRAS}
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
Loading…
Reference in a new issue