aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/news/2001/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-05-17 03:23:15 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-05-17 03:23:15 +0000
commit4fe414e55f71a98004350e582bfeb852f5758769 (patch)
treecef8e8b44236eea349b9f90e1eebcc80c56017c1 /ja_JP.eucJP/htdocs/news/2001/Makefile
parent282a032540622ef194d646326406f3349c379554 (diff)
downloaddoc-4fe414e55f71a98004350e582bfeb852f5758769.tar.gz
doc-4fe414e55f71a98004350e582bfeb852f5758769.zip
- Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share. - s/WEB_PREFIX/DOC_PREFIX/ - Update the webupdate script to use the SVN repository. Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=38822
Diffstat (limited to 'ja_JP.eucJP/htdocs/news/2001/Makefile')
-rw-r--r--ja_JP.eucJP/htdocs/news/2001/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ja_JP.eucJP/htdocs/news/2001/Makefile b/ja_JP.eucJP/htdocs/news/2001/Makefile
index b3541e7a14..74a548bc1a 100644
--- a/ja_JP.eucJP/htdocs/news/2001/Makefile
+++ b/ja_JP.eucJP/htdocs/news/2001/Makefile
@@ -10,10 +10,10 @@
.endif
#XMLDOCS+= index:${XSL_NEWS_NEWSFLASH_OLD}:news.xml:
-XMLDOCS+= index:../../share/sgml/templates.oldnewsflash.xsl:news.xml:
+XMLDOCS+= index:${DOC_PREFIX}/${LANGCODE}/share/sgml/templates.oldnewsflash.xsl:news.xml:
DEPENDSET.index=transtable news
-XMLDOCS+= press:../../share/sgml/templates.oldpress.xsl::
+XMLDOCS+= press:${DOC_PREFIX}/${LANGCODE}/share/sgml/templates.oldpress.xsl::
DEPENDSET.press=transtable press
-.include "${WEB_PREFIX}/share/mk/web.site.mk"
+.include "${DOC_PREFIX}/share/mk/web.site.mk"