aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2017-09-28 17:00:22 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2017-09-28 17:00:22 +0000
commit3ce0e3e0e9e89f886e22a98355a4bdf89a89b2bc (patch)
treee822ecd739fb00371971ec8776c2754782d2fcfa /ru_RU.KOI8-R
parent4dacabfcfd84ebb1e98642211714596bee94f64d (diff)
downloaddoc-3ce0e3e0e9e89f886e22a98355a4bdf89a89b2bc.tar.gz
doc-3ce0e3e0e9e89f886e22a98355a4bdf89a89b2bc.zip
fix `make -n' if using git
PR: 222631
Notes
Notes: svn path=/head/; revision=50953
Diffstat (limited to 'ru_RU.KOI8-R')
-rw-r--r--ru_RU.KOI8-R/books/handbook/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ru_RU.KOI8-R/books/handbook/Makefile b/ru_RU.KOI8-R/books/handbook/Makefile
index 376877e8cf..d4f3956bde 100644
--- a/ru_RU.KOI8-R/books/handbook/Makefile
+++ b/ru_RU.KOI8-R/books/handbook/Makefile
@@ -250,10 +250,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"