aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/news/1997/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-05-17 02:51:08 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-05-17 02:51:08 +0000
commit282a032540622ef194d646326406f3349c379554 (patch)
treefeaefb45542a569175c58ea7016463938c1e9e9e /ja_JP.eucJP/htdocs/news/1997/Makefile
parent2519deaad71bcaff33737e23ebcbd2824782ad0d (diff)
parent84d6e5fb459d9143f8b529749d8cde9face5b5e7 (diff)
downloaddoc-282a032540622ef194d646326406f3349c379554.tar.gz
doc-282a032540622ef194d646326406f3349c379554.zip
- Remove junk directories.
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate information in the www and the doc directory. - Add various administration files to svnadmin. Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=38821
Diffstat (limited to 'ja_JP.eucJP/htdocs/news/1997/Makefile')
-rw-r--r--ja_JP.eucJP/htdocs/news/1997/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/ja_JP.eucJP/htdocs/news/1997/Makefile b/ja_JP.eucJP/htdocs/news/1997/Makefile
new file mode 100644
index 0000000000..2e9e5af229
--- /dev/null
+++ b/ja_JP.eucJP/htdocs/news/1997/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD: www/ja/news/1997/Makefile,v 1.5 2000/11/07 11:37:56 kuriyama Exp $
+# The FreeBSD Japanese Documentation Project
+# Original revision: 1.4
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS= index.sgml
+
+### Revision checking
+REVCHECK= YES
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"