releases/3.2R/announce.sgml, errata.sgml
Sync with English version:
releases/Makefile : 1.17 -> 1.18
releases/index.sgml : 1.28 -> 1.29
19 lines
430 B
Makefile
19 lines
430 B
Makefile
# $Id: Makefile,v 1.10 1999-06-25 08:03:02 motoyuki Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.18
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS?= index.sgml snapshots.sgml
|
|
|
|
#SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R
|
|
SUBDIR= 2.1.5R 2.1.6R 2.1.7R 2.2R
|
|
SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R
|
|
|
|
.if defined $(NEW_BUILD)
|
|
SUBDIR=
|
|
.endif
|
|
|
|
.include "../../web.mk"
|