fix `make -n' if using git
PR: 222631
This commit is contained in:
parent
4dacabfcfd
commit
3ce0e3e0e9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50953
11 changed files with 55 additions and 11 deletions
|
@ -346,7 +346,7 @@ 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 \
|
||||
mirrors.xml.cvsup.inc \
|
||||
|
@ -354,4 +354,8 @@ SRCS+= mirrors.lastmod.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…
Add table
Add a link
Reference in a new issue