aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/htdocs/search/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ru_RU.KOI8-R/htdocs/search/Makefile')
-rw-r--r--ru_RU.KOI8-R/htdocs/search/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ru_RU.KOI8-R/htdocs/search/Makefile b/ru_RU.KOI8-R/htdocs/search/Makefile
index d112866086..f02cd0036d 100644
--- a/ru_RU.KOI8-R/htdocs/search/Makefile
+++ b/ru_RU.KOI8-R/htdocs/search/Makefile
@@ -22,9 +22,9 @@ CLEANFILES+=atoz.sgml site.sgml
index-site.html: atoz.sgml site.sgml
atoz.sgml: web.atoz
- ${SORT} -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/../../en/search/atoz.pl > ${.TARGET}
+ ${SORT} -fu ${.ALLSRC} | ${PERL} ${DOC_PREFIX}/en_US.ISO8859-1/htdocs/search/atoz.pl > ${.TARGET}
site.sgml: site.map
- ${PERL} ${.CURDIR}/../../en/search/site.pl < ${.ALLSRC} > ${.TARGET}
+ ${PERL} ${DOC_PREFIX}/en_US.ISO8859-1/htdocs/search/site.pl < ${.ALLSRC} > ${.TARGET}
-.include "${WEB_PREFIX}/share/mk/web.site.mk"
+.include "${DOC_PREFIX}/share/mk/web.site.mk"