fix `make -n' if using git

PR: 222631
This commit is contained in:
Wolfram Schneider 2017-09-28 16:59:40 +00:00
parent 1ce60faecf
commit 4dacabfcfd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50952

View file

@ -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"