a0e0fbbb49
1.12 -> 1.14 copyright/freebsd-license.sgml 1.9 -> 1.10 copyright/trademarks.sgml 1.9 -> 1.10 docproj/Makefile 1.30 -> 1.38 internal/Makefile 1.47 -> 1.48 internal/machines.sgml 1.13 -> 1.14 java/dists/13.sgml 1.6 -> 1.7 java/dists/14.sgml 1.18 -> 1.20 java/index.sgml 1.37 -> 1.38 java/newsflash.sgml 1.48 -> 1.49 ports/portindex 1.7 -> 1.14 projects/Makefile 1.33 -> 1.36 projects/newbies.sgml 1.153 -> 1.154 projects/projects.sgml 1.92 -> 1.93 search/search.sgml 1.68 -> 1.69 search/web.atoz 1.8 -> 1.9 security/Makefile 1.148 -> 1.149 security/security.sgml 1.31 -> 1.35 send-pr.sgml
35 lines
740 B
Makefile
35 lines
740 B
Makefile
# $FreeBSD: www/ja/internal/Makefile,v 1.20 2002/05/13 20:09:04 hrs Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.38
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
# DOCS= photos.sgml
|
|
DOCS+= internal.sgml
|
|
DOCS+= about.sgml
|
|
DOCS+= machines.sgml
|
|
DOCS+= mirror.sgml
|
|
#DOCS+= new-account.sgml
|
|
DOCS+= statistic.sgml
|
|
DOCS+= developer.sgml
|
|
#DOCS+= bylaws.sgml
|
|
#DOCS+= releng.sgml
|
|
#DOCS+= expire-bits.sgml
|
|
#DOCS+= core-vote.sgml
|
|
#DOCS+= trb-dispute.sgml
|
|
#DOCS+= doceng.sgml
|
|
#DOCS+= rtp.sgml
|
|
|
|
INDEXLINK= internal.html
|
|
|
|
# DATA+= README.mirror
|
|
|
|
### Revision checking
|
|
REVCHECK= yes
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|