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
27 lines
569 B
Makefile
27 lines
569 B
Makefile
# $FreeBSD: www/ja/docproj/Makefile,v 1.14 2001/11/18 22:33:58 hrs Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.10
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= current.sgml
|
|
DOCS+= doc-set.sgml
|
|
#DOCS+= handbook.sgml
|
|
#DOCS+= handbook3.sgml
|
|
DOCS+= sgml.sgml
|
|
DOCS+= submitting.sgml
|
|
DOCS+= who.sgml
|
|
DOCS+= translations.sgml
|
|
DOCS+= docproj.sgml
|
|
|
|
INDEXLINK= docproj.html
|
|
|
|
### Revision checking
|
|
REVCHECK= yes
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|