diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 2017-09-26 07:58:33 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 2017-09-26 07:58:33 +0000 |
commit | bd08435716f671826dbe20074f25f0a838b433d4 (patch) | |
tree | 04d2edeff6f26db7c1ceea13ce6efe461cbcf051 /ru_RU.KOI8-R | |
parent | 4ff3569a8ff50d7418620dd703b254f12dbce312 (diff) | |
download | doc-bd08435716f671826dbe20074f25f0a838b433d4.tar.gz doc-bd08435716f671826dbe20074f25f0a838b433d4.zip |
sync with english Makefile
PR: 222597
Notes
Notes:
svn path=/head/; revision=50924
Diffstat (limited to 'ru_RU.KOI8-R')
-rw-r--r-- | ru_RU.KOI8-R/htdocs/ports/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/htdocs/ports/Makefile b/ru_RU.KOI8-R/htdocs/ports/Makefile index eee1261393..f135bbe10d 100644 --- a/ru_RU.KOI8-R/htdocs/ports/Makefile +++ b/ru_RU.KOI8-R/htdocs/ports/Makefile @@ -65,6 +65,9 @@ Makefile.gen: categories-alpha.xml categories-grouped.xml index.xml \ done ${ECHO_CMD} >> Makefile.gen +# set dependencies for parallel build +categories-grouped.xml master-index.xml statistics.ent: categories-alpha.xml + # this builds: categories-alpha.xml, categories-grouped.xml, # master-index.xml, statistics.ent, <category>.xml CATEGORYLIST=`grep "^[a-z]" categories | awk -F, '{print $$1}'` |