internal/developer.sgml
Merge from English version:
internal/Makefile 1.12 -> 1.13
internal/internal.sgml 1.8 -> 1.9
internal/statistic.sgml 1.2 -> 1.4
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# $Id: Makefile,v 1.10 1999-05-06 17:23:54 motoyuki Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.13
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
# DOCS= photos.sgml
|
|
DOCS+= internal.sgml
|
|
DOCS+= about.sgml
|
|
DOCS+= machines.sgml
|
|
DOCS+= mirror.sgml
|
|
DOCS+= statistic.sgml
|
|
DOCS+= developer.sgml
|
|
|
|
INDEXLINK= internal.html
|
|
|
|
# DATA+= README.mirror
|
|
|
|
.include "../../web.mk"
|