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
25 lines
514 B
Makefile
25 lines
514 B
Makefile
# $FreeBSD: www/ja/projects/Makefile,v 1.12 2001/11/13 09:40:03 kuriyama Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.14
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= projects.sgml
|
|
#DOCS+= updater.sgml
|
|
DOCS+= newbies.sgml
|
|
#DOCS+= libh.sgml
|
|
#DOCS+= cvsweb.sgml
|
|
|
|
INDEXLINK= projects.html
|
|
|
|
#SUBDIR= busdma c99 mips
|
|
|
|
### Revision checking
|
|
REVCHECK= yes
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|