aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/articles/problem-reports/Makefile
diff options
context:
space:
mode:
authorHideyuki KURASHINA <rushani@FreeBSD.org>2003-10-11 13:21:55 +0000
committerHideyuki KURASHINA <rushani@FreeBSD.org>2003-10-11 13:21:55 +0000
commit51279c7ed8f51fae393bacac82ad51a9a790483a (patch)
treee6d4b7ab1f66eba62c8a56353b43f91afdcf62b4 /ja_JP.eucJP/articles/problem-reports/Makefile
parente16eb63db90dc6f305f95a47d04e72d4b5330c15 (diff)
downloaddoc-51279c7ed8f51fae393bacac82ad51a9a790483a.tar.gz
doc-51279c7ed8f51fae393bacac82ad51a9a790483a.zip
Add new translation and activate it:
1.22 -> 1.36 articles/Makefile (new) -> 1.23 articles/problem-reports/Makefile (new) -> 1.4 articles/problem-reports/article.sgml Submitted by: SAKAMOTO Seiji <sakamoto@buz.bbiq.jp> Reference: [doc-jp 10656]
Notes
Notes: svn path=/head/; revision=18394
Diffstat (limited to 'ja_JP.eucJP/articles/problem-reports/Makefile')
-rw-r--r--ja_JP.eucJP/articles/problem-reports/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/ja_JP.eucJP/articles/problem-reports/Makefile b/ja_JP.eucJP/articles/problem-reports/Makefile
new file mode 100644
index 0000000000..5aceb30fb2
--- /dev/null
+++ b/ja_JP.eucJP/articles/problem-reports/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+# Original revision: 1.4
+
+DOC?= article
+
+FORMATS?= html
+
+INSTALL_COMPRESSED?=gz
+INSTALL_ONLY_COMPRESSED?=
+
+WITH_ARTICLE_TOC?=YES
+
+SRCS= article.sgml
+
+DOC_PREFIX?= ${.CURDIR}/../../..
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"